Releases: bruce30262/Python_editor
Python Editor for IDA v7.4+ ( Windows )
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.
Python Editor for IDA v7.0~v7.3 ( Windows )
Version 2.3 fix some bug in pyeditor.py
so we don't have to deal with error like "Byte is not defined" anymore.
Also I removed version 6.X since I'm not going to maintain those versions.
Before you install the editor, please download PyQt5.zip and follow the steps:
- Backup "<IDA_ROOT_DIR>/python/PyQt5" ( just in case something went wrong ).
- Copy the PyQt5 dir ( the one in the zip ) and replace the original one.
- Make sure you delete
sip.pyd
in "<IDA_ROOT_DIR>/python" and "C:/Python27/Lib/site-packages" !! - Run "test.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. Or, if you're using idapkg, just copy the command in the web page, paste it to the python shell in IDA and execute it.
After done installing, press Ctrl + h
to open the editor.