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

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

Compare
Choose a tag to compare
@bruce30262 bruce30262 released this 20 Aug 10:25
· 8 commits to master since this release

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.