We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
As far as I have tested the latest code work great for ida 7.0+. It is just the latest release that is behind.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: