book icon indicating copy to clipboard operation
book copied to clipboard

An official book about Rizin

Results 22 book issues
Sort by recently updated
recently updated
newest added

tell in the book we have to install the c++ package and to do: call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64

Hi, Is there any information in wiki or documentation that shows migrate history old radare2 names and new rizin. Everyone is used to old r2 names, for example, go to...

Added a more interactive, basic explanation on how to get started with Rizin

Changes to `search_bytes/basic_searches.md`: - Update output of `/ Str`, `/ str`, `fsl` and `fl` commands - List flag spaces with new `fsl` instead of old `fs` - Select flag space...

I started out PR'ing this to `dev`, but it seems like there's a few outstanding commits and the last two PR's have gone straight to `master`, so this too is...

[Quarto](https://quarto.org/) - An open-source scientific and technical publishing system similar to Bookdown ``` runnning pdflatex - 1 This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex) restricted \write18 enabled....

Do not use `db 0x00000` but `db @ 0x000000`, etc. Check other commands too

bug
good first issue

Currently, we have only one channel - `master`, which is deployed to https://book.rizin.re. I suggest: - Use the same branching scheme as other Rizin projects - `stable` and `dev` -...

The example of loading types from string at [Loading Types](https://book.rizin.re/analysis/types.html#loading-types) seems to have wrong quotation marks. `[0x000051c0]> "td struct foo {char* a; int b;}"` does nothing for me (using rizin...

Document all the `pc` commands changes on 0.4.0 ``` Usage: pc[?] # Print bytes as code byte arrays. | pc # Generate a C/C++ byte array. | pch # Generate...