This commit is contained in:
George Hotz 2014-11-28 21:11:03 +00:00
parent c8bb0bb9ae
commit 11cd33fb7c
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -31,4 +31,5 @@ static/python32
testvm/.vagrant
radare
venv
tests_new/binary-autogen

4
README
View File

@ -86,11 +86,13 @@ shift-n -- rename data
shift-; -- add comment at data
g -- go to change, address, or name
space -- toggle flat/function view
p -- analyze function at iaddr, currently no way to do this outside a function
p -- analyze function at iaddr, currently no way to run analyzer outside a function
c -- make code at iaddr, one instruction
a -- make ascii at iaddr
d -- make data at iaddr
u -- make undefined at iaddr
== Installation on Windows (experimental) ==

1
tests_new/autogen.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python2.7
"""
I wanted MIPS support but I couldn't find a GCC with MIPS support in the
standard Ubuntu repos.