This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
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:
- Backup "<IDA_ROOT_DIR>/python/3/PyQt5" ( in case something went wrong ).
- Copy the PyQt5 dir ( the one in the zip ) and replace the original one.
- 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.