objdump: add intel syntax command (#8402)
This commit is contained in:
@@ -7,10 +7,14 @@
|
||||
|
||||
`objdump -f {{binary}}`
|
||||
|
||||
- Display the dis-assembled output of executable sections:
|
||||
- Display the disassembled output of executable sections:
|
||||
|
||||
`objdump -d {{binary}}`
|
||||
|
||||
- Display the disassembled executable sections in intel syntax:
|
||||
|
||||
`objdump -M intel -d {{binary}}`
|
||||
|
||||
- Display a complete binary hex dump of all sections:
|
||||
|
||||
`objdump -s {{binary}}`
|
||||
|
Reference in New Issue
Block a user