Add instructions on how to use radare2
Basic instructions to use radare2 for exploring a GB ROM.
This commit is contained in:
parent
5b9d0de26f
commit
3a81d81c2a
8
doc/radare2.md
Normal file
8
doc/radare2.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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'.
|
Loading…
Reference in a new issue