objdump: move to common (#2627)
This commit is contained in:

committed by
Owen Voke

parent
e7ad6644b2
commit
571e44e3e1
15
pages/common/objdump.md
Normal file
15
pages/common/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