doc/fortunes: fix incorrect hash calculation command (#5297)

This commit is contained in:
Nir Lichtman 2025-08-13 03:22:38 +03:00 committed by GitHub
parent 522711728a
commit 6036dd9a93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ Enable asm.trace to see the tracing information inside the disassembly
Change the registers of the child process in this way: 'dr eax=0x333'
Check your IO plugins with 'rizin -L'
Change the size of the file with the 'r' (resize) command
Calculate checksums for the current block with the commands starting with '#' (#md5, #crc32, #all, ..)
Calculate checksums for the current block with the commands starting with 'ph' ('ph md5', 'ph crc32', ..)
Use +,-,*,/ to change the size of the block
Change the block size with 'b <block-size>'. In visual mode you can also enter rizin command pressing the ':' key (like vi does)
If you want to open the file in read-write mode, invoke rizin with '-w'