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

Default static will need documentation and new screenshots. I'll be happy to add this - perhaps a writeup of a CTF problem like the old ezhp writeup will be nice.

At present, https://github.com/BinaryAnalysisPlatform/qira/blob/master/install.sh#L55 can (and probably does) may miss dependencies specified in bap's `apt.deps` file. P.S. I was told by a friend that this happened on his system and so...

Improve testing code to provide timing/memory usage information if possible to measure performance. That way we know when static is ready (sub 5 second load times on reasonable binaries?).

The new stuff being added, how do I use it? The point of QIRA is to be usable, not crap to do one experiment on and push out a paper....

I tried it locally and it works ok, no need to use dot at all. Should I send a PR? Also, what is the license for Qira? Can I use...

[An extra null pointer check is not needed in functions](http://dietmar-kuehl.de/mirror/c++-faq/freestore-mgmt.html#faq-16.8) like the following. - [Process_State::init](https://github.com/BinaryAnalysisPlatform/qira/blob/88e714e1dd526539255e5992ec166ca6e6d7d8c3/pin/qirapin.cpp#L363) - [Trace_dealloc](https://github.com/BinaryAnalysisPlatform/qira/blob/ccb1c834c6229643ecbff40cf640170688a7681c/qiradb/qiradb/_qiradb.cpp#L26)

I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error...

1. Ability to mark certain functions as hidden, temporarily collapsing them and all their sub functions out of the trace as if they were filtered. 2. Ability to focus on...

Coming from GDB debugging with c/c++ symbols, how much work would it be to add such support to qira?