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

Releases: bruce30262/Python_editor

Python Editor for IDA v7.4+ ( Windows )

12 Feb 11:37
d008a2c
Compare
Choose a tag to compare

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.

Python Editor for IDA v7.0~v7.3 ( Windows )

20 Aug 10:25
Compare
Choose a tag to compare

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:

  1. Backup "<IDA_ROOT_DIR>/python/PyQt5" ( just in case something went wrong ).
  2. Copy the PyQt5 dir ( the one in the zip ) and replace the original one.
  3. Make sure you delete sip.pyd in "<IDA_ROOT_DIR>/python" and "C:/Python27/Lib/site-packages" !!
  4. 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.