-
Notifications
You must be signed in to change notification settings - Fork 16
FIRST IDA Pro plugin on Linux #5
Comments
Thanks Antelox! I would like more information about the setup so we can include the whole process for linux users in our documentation. |
Well, I simply created a virtualenv:
Installed requests python module inside it:
Then I installed the idapython_virtualenv IDAPro plugin: File -> Script command... and I launched the following snippet as explained in the README.md:
Restarted IDA Pro. At this point there are 2 possible ways to activate the IDAPRO_ENV virtualenv in IDA Pro.
Test if the virtualenv is loaded well doing:
If it's ok then you can install FIRST plugin and make a try as well. I tested this setup in Ubuntu 16.04 x64 with a couple of samples and seems it works well. I would like to hear from you the same after your tests. =) |
OK I did different tests.
This is the error that I get from IDA when I run the snippet from the README file of idapython_virtualenv:
In a nutshell I created this VM. I did an update and upgrade. I followed this link to install IDA: http://www.hexblog.com/?p=958 and followed your steps. I installed virtualenv and then requests:
As a side note, I used the Python interpreter shipped with IDA 6.95. Needless to say the VM is 64bit. |
OK problem solved.
And then:
In this way we have a working IDAPython environment and we can install the idapython_virtualenv plugin and then FIRST by following @Antelox advices. |
I got the plugin working on Linux using virtualenv + this plugin. I'm writing this because I read here that you still are looking for a solution then I thought to create this ticket.
If you need more information about the setup feel free to ask me.
The text was updated successfully, but these errors were encountered: