Просмотр исходного кода

Utilities: Show dynamic ELF info with "show all" option

Rodrigo Tobar 3 лет назад
Родитель
Сommit
73e42917f9
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Userland/Utilities/readelf.cpp

+ 2 - 0
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;