keystone-engine / keypatch

Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
http://www.keystone-engine.org/keypatch
GNU General Public License v2.0
1.47k stars 355 forks source link

IDA 7 keypatch not working #43

Open SpencerDexter opened 6 years ago

SpencerDexter commented 6 years ago

Failed while executing plugin_t.init(): Traceback (most recent call last): File "D:/IDA 7.0/plugins/keypatch.py", line 1499, in init menu = idaapi.add_menu_item("Edit/Keypatch/", "Patcher (Ctrl-Alt-K)", "", 1, self.patcher, None) AttributeError: 'module' object has no attribute 'add_menu_item'

aquynh commented 6 years ago

Did you try with latest keypatch.py from github?

SpencerDexter commented 6 years ago

No. I downloaded from http://www.keystone-engine.org/keypatch/ but the download link leeds to github

aquynh commented 6 years ago

Try with latest code, we supported v7 since long ago.

SpencerDexter commented 6 years ago

IDA 6.8 no problem... but 7.0 there is no keypatch

aquynh commented 6 years ago

Overwrite your keypatch.py with the one from github.