-
Notifications
You must be signed in to change notification settings - Fork 22
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
port to IDA pro 7.4+ #1
Comments
Sweet!!, I've just tried this out in IDA 7.3 and worked well. I'm gonna include it as part of the repo specifying the version. |
Closed
bash-c
added a commit
to bash-c/kmdf_re
that referenced
this issue
Jul 20, 2022
This pull request made the following changes: port all API to IDA 7.4+, fixed port to IDA pro 7.4+ IOActive#1 fixed some bugs, including Some mistakes IOActive#2 move WDFStruct.h to the plugin directory so we don't have to copy it everywhere
bash-c
added a commit
to bash-c/kmdf_re
that referenced
this issue
Jul 20, 2022
This pull request made the following changes: port all API to IDA 7.4+, fixed port to IDA pro 7.4+ IOActive#1 fixed some bugs, including Some mistakes IOActive#2 move WDFStruct.h to the plugin directory so we don't have to copy it everywhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many API has changed since IDA 7.4 so I modified this
kmdf_re.py
to support IDA pro 7.4+.I paste the script here. It works for me for IDA 7.5 w/ python3. I choose not to send a pr because the code isn't fully tested so bugs may happen.
The text was updated successfully, but these errors were encountered: