Skip to content

Instantly share code, notes, and snippets.

View LuaxY's full-sized avatar

Luax LuaxY

View GitHub Profile
@LuaxY
LuaxY / pyside.md
Last active August 29, 2015 14:11 — forked from ancat/pyside.md

Compiling PySide for IDA Pro on Windows

If you've ever wanted to use IDA's native GUIs, you'll need PySide. Unfortunately PySide is annoying to compile, and the only available binaries are for Python 2.6. This should work for any version.

Note: The python module installer executable at the end of this guide did not work for me. The compiled pyd and dll files, however were completely usable from within IDA.

Prequisites

  • Visual Studio 2010
  • Visual Studio 2010 Service Pack 1