qira icon indicating copy to clipboard operation
qira copied to clipboard

QEMU Interactive Runtime Analyser

Results 70 qira issues
Sort by recently updated
recently updated
newest added

Now that BAP supports a fair number of architectures (ARM, x86, x86-64) and file formats (ELF, MachO, COFF), it is becoming increasingly more usable for QIRA. BAP implements many of...

x86-64 is unreadable shit, I tried a bit to use trunk QIRA for bctf, mostly unusable still. I see a few things tagged QIRA v1.2, which is a start, but...

The changes in https://github.com/tim-becker/qira/tree/concrete_execution add a concrete executor for the BAP IL to QIRA. Although initially meant to find bugs in BAP's lifter, the validation actually revealed subtle bugs in...

consider switching to the python ida plugin only as well

enhancement

We should be able to track the thumb bit statically with some success, like IDA does. The current thumb hacks are brittle and don't really belong in QIRA.

why is this happening if I rerun qira?

Outlined a way to do it here. I will be so happy https://github.com/BinaryAnalysisPlatform/qira/wiki/A-starting-point-for-struct-support-in-QIRA

enhancement
help wanted

One of the things IDA does best is propagate all the got names back to the plt, and make functions much more readable. So for a concrete example qira tests_manual/helloc...

enhancement

There's a lot of stuff broken in trunk, in the middle of codegate now, but why????