Go to file
2014-08-10 13:51:33 +00:00
cda Merge branch 'qirapin' 2014-08-04 19:20:58 +00:00
ida time to ship windows plugin 2014-07-31 15:21:01 -07:00
middleware added decorator, time to refactor 2014-08-10 13:51:33 +00:00
old support best OS 2014-08-05 02:14:03 -07:00
pin qirapin -standalone working and default on windows 2014-08-08 02:05:20 -07:00
qemu_mods remove debug, tci mod for wine 2014-08-04 13:08:07 +00:00
qiradb Merge branch 'master' of https://code.google.com/p/qira 2014-08-05 23:58:26 +00:00
qiradb_test refactored the python module packaging, VERSION in one place 2014-07-28 14:48:14 -07:00
releases bugfix, real release 0.7, ugh 2014-07-31 15:27:12 -07:00
tests dc2014 binaries 2014-08-10 10:56:57 +00:00
vim i don't think we should ship the poorly supported vim plugin yet 2014-07-31 12:29:39 -07:00
web only view the changes in the view 2014-08-10 10:45:39 +00:00
webstatic moved cda into qira, started vimplugin, new configuration file 2014-07-30 14:01:44 -07:00
.gitignore added decorator, time to refactor 2014-08-10 13:51:33 +00:00
bdistrib.sh build QEMU if it's broken 2014-07-31 11:47:11 -07:00
fetchlibs.sh more sanity in the scripts 2014-07-28 14:55:25 -07:00
install.bat attempting to make qira work on windows 2014-08-05 21:25:41 +00:00
install.sh we have capstoned 2014-08-04 20:51:09 +00:00
qemu_build.sh Do not forkbomb while compiling qemu 2014-08-04 19:08:37 +00:00
qira c database works, about to tear out old stuff 2014-07-22 17:37:06 -07:00
qira.bat the server wants to work 2014-08-05 17:07:55 -07:00
README attempting to make qira work on windows 2014-08-05 21:25:41 +00:00
VERSION package this as version 0.6 instead 2014-07-28 22:54:19 -07:00

QIRA is an IDA plugin to reverse using QEMU

== Installation ==

./install.sh should handle everything for both release and trunk
./fetchlibs.sh will fetch the libraries for armhf, armel, and ppc

== Keyboard Shortcuts in web/client/controls.js ==

j -- next invocation of instruction
k -- prev invocation of instruction

u -- next toucher of data
i -- prev toucher of data

z -- zoom out max on vtimeline

l -- set iaddr to instruction at current clnum

left  -- -1 fork
right -- +1 fork
up    -- -1 clnum
down  -- +1 clnum

esc -- back

== Installation on Windows (experimental) ==

Install git
Install python 2.7.8
Install pip

Run install.bat