mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
objdump: add --visualize-jumps --disassembler-color example (#19706)
This commit is contained in:
committed by
GitHub
parent
1d007dde3c
commit
fdd67173b5
@@ -17,9 +17,13 @@
|
||||
|
||||
- Display the disassembled executable sections in Intel syntax:
|
||||
|
||||
`objdump {{[-M|--disassembler-options]}} intel {{[-d|--disassemble]}} {{path/to/binary}}`
|
||||
`objdump {{[-d|--disassemble]}} {{path/to/binary}} {{[-M|--disassembler-options]}} intel`
|
||||
|
||||
- Display the symbol table:
|
||||
- Display the disassembled executable sections with jump visualizations and syntax highlighting:
|
||||
|
||||
`objdump {{[-d|--disassemble]}} {{path/to/binary}} --visualize-jumps={{color|extended-color}} --disassembler-color={{color|extended-color}}`
|
||||
|
||||
- Display the symbol [t]able:
|
||||
|
||||
`objdump {{[-t|--syms]}} {{path/to/binary}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user