From 42f4f34d8c4d26d9033c6905f912279237a1a3f3 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 17 Nov 2019 14:43:01 +0100 Subject: updated README, added r2 notes --- explore-elf.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'explore-elf.txt') diff --git a/explore-elf.txt b/explore-elf.txt index 88c42f0..e22f708 100644 --- a/explore-elf.txt +++ b/explore-elf.txt @@ -14,9 +14,10 @@ -W|--wide wide output, dont break output at 80 chars -h print ELF header -S print sections headers - -l print program headers - -d print dynamic section - -s print symbol table + -l print program headers + segment mapping + -d print .dynamic section (dynamic link information) + -s print symbol table(s) + -r print relocation table(s) # objdump(1) *objdump* ============= -- cgit v1.2.3