objdump: add -x example (#10639)

pull/23/head
Johan Degn 2023-08-29 08:59:55 +02:00 committed by GitHub
parent b5db16bf55
commit eb5e1e4a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`objdump -f {{binary}}`
- Display all header information:
`objdump -x {{binary}}`
- Display the disassembled output of executable sections:
`objdump -d {{binary}}`