oboy/doc/radare2.md
Fabien Freling 3a81d81c2a Add instructions on how to use radare2
Basic instructions to use radare2 for exploring a GB ROM.
2016-04-18 23:07:01 +02:00

9 lines
196 B
Markdown

# How to use radare2 to explore a GB ROM
First load the ROM in radare2
> r2 <ROM>
Enter Visual Mode by pressing 'V', cycle through visualization with 'p'.
Then step over instructions with 's'.