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

Fix compatibility with IDA 8.{1,2} and cleanup #16

Merged
merged 7 commits into from
Jul 18, 2023
Merged

Conversation

patacca
Copy link
Collaborator

@patacca patacca commented Jul 17, 2023

IDA SDK version 8.1 and 8.2 are missing the header cstdint (or stdint.h) so the compilation would fail on them.
Unfortunately the only workaround is to always include that header when using those two versions of the sdk.

I took the chance also to clean up a bit the included headers and to add the versions 7.4, 8.1, 8.2, 8.3 of the ida sdk for the tests in the CI. The SDK zip files are encrypted and can only be used in the github CI.

@patacca patacca added the bug Something isn't working label Jul 17, 2023
@patacca patacca requested a review from RobinDavid July 17, 2023 08:56
Starting from IDA SDK 8.2 the path of the library on windows changed by
appending the edition ("pro", "teams" and presumably "home").
@RobinDavid RobinDavid merged commit cdc0a78 into main Jul 18, 2023
@patacca patacca deleted the fix_imports branch July 18, 2023 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants