From 6036dd9a931aaabfbfe538f8477dce807c903275 Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Wed, 13 Aug 2025 03:22:38 +0300 Subject: [PATCH] doc/fortunes: fix incorrect hash calculation command (#5297) --- doc/fortunes.tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fortunes.tips b/doc/fortunes.tips index e8ecd3c487..c7d5ef7f05 100644 --- a/doc/fortunes.tips +++ b/doc/fortunes.tips @@ -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 '. 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'