winIDEA SDK
Loading...
Searching...
No Matches
Python

Documentation

The documentation directory in the downloaded zip contains isystem-connect-python-doc.zip, which holds winIDEA SDK for Python documentation. This file is pre-extracted when installed with winIDEA setup.

Installation

Installation instructions are available in winIDEA Help.

To see the version of the installed winIDEA SDK, execute the following code:

import isystem.connect as ic
print(ic.getModuleVersion())

iTest

The Python API mirrors the C++ API, as the Python wrapper is auto-generated from C++ headers. The exception is the isystem.test package containing isystem.itest.PTestCase, which implements isys::CTestCase functionality with Python callback methods and additional helper functions.

Examples

The examples directory contains example scripts runnable from winIDEA or command line. Analyzer examples do not work with QEMU.