← Back to context

Comment by xvilka

4 days ago

Instead of `strings` for the search[1], I recommend using `rz-bin`[2] and `rz-find`[3] tools, which offer more flexibility, searching strings outside of the data sections, searching for Unicode and less common encodings, and built-in cryptographic keys search. There are also `/` (search) commands in the Rizin itself. As for the entropy, there is a configurable and interactive histogram, see `p=` and `p==` commands, e.g. `p==e`.

[1] https://book.rizin.re/src/search_bytes/intro.html

[2] https://book.rizin.re/src/tools/rz-bin/strings.html

[3] https://book.rizin.re/src/tools/rz-find/intro.html