Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Python Editor for IDA v7.4+ ( Windows )

Latest
Compare
Choose a tag to compare
@bruce30262 bruce30262 released this 12 Feb 11:37
· 1 commit to master since this release
d008a2c

Version 3.0 add support for IDA 7.4+ ( Python 3 API ), also update the IDAPython API to the latest version.
This version only support Python 3 API, and it doesn't support idapkg ( #3 ). If you want to use the editor with idapkg, use v2.3 ( only python 2 ).


Before you install the editor, please download PyQt5.zip and follow the steps:

  1. Backup "<IDA_ROOT_DIR>/python/3/PyQt5" ( in case something went wrong ).
  2. Copy the PyQt5 dir ( the one in the zip ) and replace the original one.
  3. Run "test_py3.py" file in IDA to check.

After that, you can download plugins.zip and copy the files in the dir to <IDA_ROOT_DIR>/plugins to install the editor.

After done installing, press Ctrl + h to open the editor.