mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 08:58:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,9 +22,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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