Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizinorg/book
An official book about Rizin
https://github.com/rizinorg/book
debugging exploitation program-analysis reverse-engineering
Last synced: 3 months ago
JSON representation
An official book about Rizin
- Host: GitHub
- URL: https://github.com/rizinorg/book
- Owner: rizinorg
- License: cc-by-4.0
- Created: 2020-10-29T04:05:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T07:59:35.000Z (7 months ago)
- Last Synced: 2024-04-14T07:45:33.869Z (7 months ago)
- Topics: debugging, exploitation, program-analysis, reverse-engineering
- Language: CSS
- Homepage: https://book.rizin.re
- Size: 36.2 MB
- Stars: 64
- Watchers: 15
- Forks: 34
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rizinorg/book - An official book about Rizin (reverse-engineering)
README
# Introduction
This is a book about [Rizin](https://rizin.re) reverse engineering framework and it's originally
based on the [radare2 book](https://github.com/radareorg/radare2book)Check the Github site to add new contents or fix typos:
* Github: [https://github.com/rizinorg/book](https://github.com/rizinorg/book)
* Online: [https://book.rizin.re/](https://book.rizin.re)## Offline
For offline use you need to fetch the [Quarto](https://quarto.org) tool and run the build locally:
```sh
quarto preview
```
It 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:
```sh
quarto render . --to pdf --toc
```