-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get ida integration to work #242
Comments
just copy qira.py to Ida's plugin folder |
Thanks korniltsev, but I still don't get any interaction between them. I open the binary in IDA and also with qira using: qira -s ./ls |
make sure to rebase the binary in ida, so it has the same base address
as in qira(qemu). something like 0x40000000. Also make sure you see
"[qira] client connected" in idapython console.
…On 05/05/2020, hotwaterheater ***@***.***> wrote:
Thanks korniltsev, but I still don't get any interaction between them. I
open the binary in IDA and also with qira using: qira -s ./ls
(it's a copy of the ls binary in my home directory).
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#242 (comment)
--
With regards, Anatoly.
|
Sorry I don't know how to do any of that, I'm totally new to IDA. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey I installed qira on a fresh ubuntu 16.04, but I can't seem to get the IDA integration to work. Are there a series of steps I should follow to get them working together? I'm using the free education version of IDA (this might be the problem).
The text was updated successfully, but these errors were encountered: