qira
qira copied to clipboard
QEMU Interactive Runtime Analyser
# Problem This [binary](https://play.plaidctf.com/files/qqq_ba4356a66c6a0f6802e5cebc3de5c4d1) from the plaidctf seems to cause problems with qira: It does not reliably display data. # the binary According to qira it runs about 61000 instructions...
``` Mike@masamune[18:22:42] ~/src/qira $ ./qira ../c/a.out ./qira: line 17: ./venv/bin/activate: No such file or directory ``` Not sure why it does this. Looking forward to actually playing with qira once...
Comments and renamed addresses should somehow be saved so they can be used between multiple invocations of qira for the same binary.
When I'm trying to enable static2 using -sS option and connect through "nc localhost 4000", "qemu: uncaught target signal 11(Segmentation fault) - core dumped" message occur. But, When I'm trying...
This is a great tool but without Mach-O full support i say it's a shame. Think about macholib it's a good start.
Hey all, Recently been making another push at understanding this tool. I can totally see the benefit, but from an outsider it is difficult to get up to speed. A...
Test on Ubuntu 15.10 After install qira and execute fetchlib.sh. Then install the gcc-multilib. ``` qira ./magic /home/apple/a.out: ��: ̀Í�: D$($: Error 18446744073549524638 ``` https://bugs.launchpad.net/qemu/+bug/1531352 Waiting qemu fix this or...
On OSX 10.11.1 when run ./qira it shows me : ``` readlink: illegal option -- f usage: readlink [-n] [file ...] usage: dirname path ``` whatever args I give it....
In linux programs, qira seems to handle int 0x80's very oddly. Let's take a simple example like ``` 0x80480ff: nop 0x8048100: push eax 0x8048101: int 0x80 0x8048103: pop eax ```...
I'm beginning work on the IDA plugin, and I noticed that sometimes selecting data in IDA does not select the data back in QIRA. This is because QIRA filters any...