Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

radare Notes

ipatch edited this page Mar 25, 2018 · 16 revisions

Useful Links

rax2 is a program that will convert decimal numbers to hex

rax2 42

Output

0x2a

To convert a string of characters

rax2 -S HelloWorld

Output

48656c6c6f576f726c64

H = 48, e = 65, etc etc, each char is appended to the number.

To convert binary using rax2

rax2 -b 01111010

Output

z

rabin2

A little program that prints diagnostic information about other compiled programs Example,

rabin2 -g /bin/ls

radare2

To launch a GUI web frontend for examining a binary

r2 -c=H </path/to/binary>

Frequent Flyers ✈️

❀️ ~/.πŸ› πŸˆ

Clone this wiki locally

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /