- QIRA is timeless debugger
- Fullname is QEMU Interactive Runtime Analyser
- QIRA was initially developed at Google by George Hotz. Work continues at CMU.
QIRA website :
QIRA github :
https://github.com/BinaryAnalysisPlatform/qira
Usage
How to make ida plugin work
- Testing environment is on Windows 10 enterprise with Vmware workstation Pro 12
- Install qira 1.1 on Ubuntu 15.10 and port-forwarding 3002 port
- Quick install qira and google-chrome can by following script
- git clone https://github.com/bananaappletw/Ubuntu
cd Ubuntu/
./install.sh
- And copy two files qira_ida66_windows.p64, qira_ida66_windows.plw from qira/ida/bin/ to ida pro plugins/
- Open Chrome and IDA PRO on windows 10
- It should work like this
Is it about debugging linux version of chrome? If not can you describe in detail debugging chrome with qira?
回覆刪除http://bananaappletw.github.io/2016/03/22/qira-introduction/
回覆刪除content is the same as https://github.com/BinaryAnalysisPlatform/qira
Here is geohot's video.
https://www.youtube.com/watch?v=eGl6kpSajag
You should try to analyze binary by yourself.
It's hard to explain how to use it.
I think it's better to work with IDA PRO.
You could debug and watch source code simultaneously.
作者已經移除這則留言。
回覆刪除Never use wine to simulate IDA PRO.
刪除I used once,but only work for 32 bits.
Use IDA PRO on Windows is more proper.