objdump: add --visualize-jumps --disassembler-color example (#19706)

This commit is contained in:
Gabriel Francischini C. Pereira
2025-12-06 11:22:55 -03:00
committed by GitHub
parent 1d007dde3c
commit fdd67173b5
+6 -2
View File
@@ -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}}`