diff --git a/Userland/Utilities/readelf.cpp b/Userland/Utilities/readelf.cpp index 653fe7ee95d..996843ca467 100644 --- a/Userland/Utilities/readelf.cpp +++ b/Userland/Utilities/readelf.cpp @@ -412,6 +412,8 @@ int main(int argc, char** argv) display_elf_header = true; display_program_headers = true; display_section_headers = true; + display_dynamic_symbol_table = true; + display_dynamic_section = true; display_core_notes = true; display_relocations = true; display_unwind_info = true;