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

Update release for ida 7.0 #54

Open techbliss opened 5 years ago

techbliss commented 5 years ago

Hello The latest release https://github.com/keystone-engine/keypatch/releases have code for adding the action menu to ida 7.x ,however since the release is missing the version check if idaapi.IDA_SDK_VERSION >= 700: it jumps to the older idaapi.add_menu_item Maybe push the latest comments to a new release so this is avoided, since with the version check, all is working flawless.

keep up the awsome work.

aquynh commented 5 years ago

Can you try with the latest Github code, and confirm it works for your IDA version?

techbliss commented 5 years ago

As far as I have tested the latest code work great for ida 7.0+. It is just the latest release that is behind.