objdump: add page (#1463)
This commit is contained in:
15
pages/linux/objdump.md
Normal file
15
pages/linux/objdump.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# objdump
|
||||
|
||||
> View information about object files.
|
||||
|
||||
- Display the file header information:
|
||||
|
||||
`objdump -f {{binary}}`
|
||||
|
||||
- Display the dis-assembled output of executable sections:
|
||||
|
||||
`objdump -d {{binary}}`
|
||||
|
||||
- Display a complete binary hex dump of all sections:
|
||||
|
||||
`objdump -s {{binary}}`
|
Reference in New Issue
Block a user