Go to file
George Hotz 0297cab7ec first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
cda first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
ida Merge branch 'master' of https://code.google.com/p/qira 2014-07-29 08:15:02 -07:00
middleware first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
old moved things, oh god the c++ is segfaulting 2014-07-22 17:42:13 -07:00
qemu added ppc support, but big endian is shit 2014-07-23 13:15:30 -07:00
qemu_mods forks work, yay 2014-07-28 16:52:09 -07:00
qiradb why was that in gitignore 2014-07-28 23:28:11 -07:00
qiradb_test refactored the python module packaging, VERSION in one place 2014-07-28 14:48:14 -07:00
releases remove stupid file, add ppc to release 2014-07-29 06:38:58 +00:00
tests we have dwarves 2014-07-29 15:34:25 -07:00
web we have dwarves 2014-07-29 15:34:25 -07:00
webstatic first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
.gitignore first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
README README updated 2014-07-23 12:55:20 -07:00
VERSION package this as version 0.6 instead 2014-07-28 22:54:19 -07:00
bdistrib.sh remove stupid file, add ppc to release 2014-07-29 06:38:58 +00:00
develinstall.sh fix up bash -e and support clickable registers 2014-07-28 15:21:58 -07:00
fetchlibs.sh more sanity in the scripts 2014-07-28 14:55:25 -07:00
install.sh first commit of cda, my open source code explorer code, imported 2014-07-29 17:03:38 -07:00
qemu_build.sh fix up bash -e and support clickable registers 2014-07-28 15:21:58 -07:00
qira c database works, about to tear out old stuff 2014-07-22 17:37:06 -07:00

README

QIRA is an IDA plugin to reverse using QEMU

== Installation ==

If this is a release version, ./install.sh handles everything
./fetchlibs.sh will fetch the libraries for armhf

For a checkout of trunk, try ./develinstall.sh
You really just need ./install.sh and ./qemu_build.sh