2014-08-10 15:57:56 +00:00
2014-08-04 19:20:58 +00:00
2014-08-14 09:32:54 -07:00
2014-08-10 15:57:56 +00:00
2014-08-05 02:14:03 -07:00
2014-08-10 14:26:52 +00:00
2014-08-04 13:08:07 +00:00
2014-07-31 15:27:12 -07:00
2014-08-10 15:57:56 +00:00
2014-08-10 15:57:56 +00:00
2014-08-10 13:51:33 +00:00
2014-08-10 14:38:58 +00:00
2014-07-28 14:55:25 -07:00
2014-08-04 20:51:09 +00:00
2014-08-05 17:07:55 -07:00
2014-08-10 15:32:35 +00:00
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

== Mouse Actions ==
Click on vtimeline to navigate around
Right click forks to delete them

Click on data(or doubleclick if highlightable) to follow in data
Right click on instruction address to follow in instruction

== 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

shift-c -- clear all forks

== Installation on Windows (experimental) ==

Install git
Install python 2.7.8
Install pip

Run install.bat

Description
No description provided
Readme MIT 125 MiB
Languages
C 40%
Python 26.2%
JavaScript 10.8%
Perl 10%
C++ 5.2%
Other 7.6%