mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 06:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,6 +24,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`objdump {{[-M|--disassembler-options]}} intel {{[-d|--disassemble]}} {{path/to/binary}}`
|
||||
|
||||
- Display the symbol table:
|
||||
|
||||
`objdump {{[-t|--syms]}} {{path/to/binary}}`
|
||||
|
||||
- Display a complete binary hex dump of all sections:
|
||||
|
||||
`objdump {{[-s|--full-contents]}} {{path/to/binary}}`
|
||||
|
||||
Reference in New Issue
Block a user