Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-23 00:21:53 +00:00
parent 191a6f336e
commit faccb95d5c
7 changed files with 52 additions and 14 deletions

View File

@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
- Display help text for any command in the interactive CLI:
`> {{radare2_command}}?`
`{{radare2_command}}?`
- Run a shell command from the interactive CLI:
`> !{{shell_command}}`
`!{{shell_command}}`
- Dump raw bytes of current block to a file: