mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 07:35:02 +03:00
Utilities: Show dynamic ELF info with "show all" option
This commit is contained in:
parent
89f0e501a0
commit
73e42917f9
Notes:
sideshowbarker
2024-07-18 04:16:53 +09:00
Author: https://github.com/rtobar Commit: https://github.com/SerenityOS/serenity/commit/73e42917f9b Pull-request: https://github.com/SerenityOS/serenity/pull/9925 Reviewed-by: https://github.com/IdanHo ✅
@ -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…
Reference in New Issue
Block a user