We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d007dd commit fdd6717Copy full SHA for fdd6717
pages/common/objdump.md
@@ -17,9 +17,13 @@
17
18
- Display the disassembled executable sections in Intel syntax:
19
20
-`objdump {{[-M|--disassembler-options]}} intel {{[-d|--disassemble]}} {{path/to/binary}}`
+`objdump {{[-d|--disassemble]}} {{path/to/binary}} {{[-M|--disassembler-options]}} intel`
21
22
-- Display the symbol table:
+- Display the disassembled executable sections with jump visualizations and syntax highlighting:
23
+
24
+`objdump {{[-d|--disassemble]}} {{path/to/binary}} --visualize-jumps={{color|extended-color}} --disassembler-color={{color|extended-color}}`
25
26
+- Display the symbol [t]able:
27
28
`objdump {{[-t|--syms]}} {{path/to/binary}}`
29
0 commit comments