

Then, you can build Boost.Python like this:ījam -toolset=msvc-10.0 -build-type=complete -with-python python=3.2 address-model=32 a 2.x version or an x86-64 version (change the 32 to 64), just make sure you set the right path to the interpreter (python.exe), Boost will infer the include and lib paths automatically. Using python : 3.2 : "C:/Program Files (x86)/Python32/python.exe" # path to your Python setup : : : 32 # x86-32 only This is done by adding them to /boost-dir/tools/build/v2/user-config.jam, like this: What you'll want to do is tell Boost about all the available Python installs, and then choose one during the build process.


#Codelink v2 memory bar plugin install#
Scripts are run from within Ollydbg and have access to most of the Olly API.Ī 32-bit Python 3.x install (tested with 3.2)ĭepending on your system you may need to point Boost to the correct Python version before compiling Boost.Python. Pyllow aims to integrate Python into Ollydbg to automate common debugging tasks or extend Ollydbg with new features.
