What's new? | Help | Directory | Sign in
Google
idapython
Python Plugin for Interactive Disassembler Pro
  
  
  
  
    
Search
for
Updated Feb 26, 2008 by gergely.erdelyi
Building  

Building IDAPython From Sources

Prerequisites

[ Tested versions are in brackets ]

Building

Make sure all the needed tools (compiler, swig) are on the PATH. To make the default build settings work you should unpack the IDAPython source and IDA Pro SDK into the following directory structure:

swigsdk-versions/5.1/  - version 5.1 of the IDA Pro SDK
idapython/             - IDAPython source code

It is possible to build the plugin for different Python versions by running build.py with the corresponding Python binary.


Sign in to add a comment