Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -20,14 +20,14 @@ source: https://github.com/tldr-pages/tldr.git
`radare2 -i {{path/to/script.r2}} {{path/to/binary}}`
- Display help text for any command in the interactive CLI:
- [Interactive] Display help text for any command:
`{{radare2_command}}?`
- Run a shell command from the interactive CLI:
- [Interactive] Run a shell command from the interactive CLI:
`!{{shell_command}}`
- Dump raw bytes of current block to a file:
- [Interactive] Dump raw bytes of current block to a file:
`> pr > {{path/to/file.bin}}`
`pr > {{path/to/file.bin}}`