mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 09:13:49 +02:00
objdump: add -x example (#10639)
This commit is contained in:
parent
b5db16bf55
commit
eb5e1e4a40
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
`objdump -f {{binary}}`
|
`objdump -f {{binary}}`
|
||||||
|
|
||||||
|
- Display all header information:
|
||||||
|
|
||||||
|
`objdump -x {{binary}}`
|
||||||
|
|
||||||
- Display the disassembled output of executable sections:
|
- Display the disassembled output of executable sections:
|
||||||
|
|
||||||
`objdump -d {{binary}}`
|
`objdump -d {{binary}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue