Skip to content
New issue

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

Add support for older IDA versions (7.0 - 7.4). #15

Merged
merged 3 commits into from
Jul 6, 2023

Conversation

dominikbayerl
Copy link
Contributor

FWIW: This patch adds support for older IDA versions, such as the 7.4 release that I'm still using.
I am not sure if this is particularly useful, but the changes are fairly simple.

Tested on Windows 10 (amd64, Build 19045.3086) and IDA Pro 7.4.

- term-Callback must be nullptr for PLUGIN_MULTI plugins
- run-Callback must be nullptr for PLUGIN_MULTI plugins

Signed-off-by: Dominik Bayerl <[email protected]>
@patacca patacca self-requested a review July 5, 2023 17:13
@patacca patacca self-assigned this Jul 5, 2023
qbLedger

This comment was marked as duplicate.

@patacca
Copy link
Collaborator

patacca commented Jul 6, 2023

Thanks for the contribution!
We don't have old versions of the IDA SDK so it was quite difficult to keep the compatibility with them.
In any case with the current PR we should at least be compatible with IDA 7.3+ but for sure not with IDA 7.0 (there are several other problems with that).
We were unable to test it with version 7.1 and 7.2.

@patacca patacca merged commit c2e1a13 into quarkslab:main Jul 6, 2023
@dominikbayerl dominikbayerl deleted the ida7.0 branch September 25, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants