mirror of
https://github.com/geohot/qira
synced 2024-12-26 22:09:42 +03:00
fixups
This commit is contained in:
parent
c8bb0bb9ae
commit
11cd33fb7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,4 +31,5 @@ static/python32
|
||||
testvm/.vagrant
|
||||
radare
|
||||
venv
|
||||
tests_new/binary-autogen
|
||||
|
||||
|
4
README
4
README
@ -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
1
tests_new/autogen.py
Normal file → Executable 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.
|
||||
|
Loading…
Reference in New Issue
Block a user