mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Utilities: Show dynamic ELF info with "show all" option
This commit is contained in:
parent
89f0e501a0
commit
73e42917f9
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue