This is a book about Rizin reverse engineering framework and it's originally based on the radare2 book
Check the Github site to add new contents or fix typos:
- Github: https://github.com/rizinorg/book
- Online: https://book.rizin.re/
For offline use you need to fetch the Quarto tool and run the build locally:
quarto previewIt will open your Web-browser pointing to http://localhost:[some port] to read it offline.
Another option is to render the book to any of the formats that are supported by Quarto:
quarto render . --to pdf --tocNew documentation should focus on the value it provides to the user. The examples and topics should cover common use cases and problems people try to solve, like "Command X solves problem Y for you." Figuring out the common use cases is part of contributing to the book.
It is not allowed to generate documentation solely with AI. New contributions must be correct and cannot contain any hallucinations. Beginners should first use a module’s API or commands by experimenting with it, then write the documentation.
AI can be used to get an initial overview and an idea of where to start experimenting.