Skip to content
#

exploitation

Here are 421 public repositories matching this topic...

rizin
XVilka
XVilka commented Mar 28, 2022

It's common in various datasheets to have particular bits set, e.g. [0] - RST, [5-7] - MSK, [15-31] - DATA.

With long numbers, e.g. 64bit numbers, counting manually these bits is painful, and calling external commands, e.g. Python is suboptimal.

The idea is to allow a new bit mode for rz-ax that will print something like this:

$ rz-ax =2 0xb3
10110011b
$ rz-ax -B 0xb3
[0-1]: 1
enhancement good first issue test-required

Improve this page

Add a description, image, and links to the exploitation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exploitation topic, visit your repo's landing page and select "manage topics."

Learn more