Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-21 00:23:22 +00:00
parent 1ec3810968
commit b8203a5041
39 changed files with 133 additions and 46 deletions

View File

@@ -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}}`