You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I think there is a mistake in the script.
The script find WdfVersionBind function firstly.
Then it use WdfVersionBind function's argument to get WDF_BIND_INFO address.
And get the global WDFFUNCTIONS pointer from the WDF_BIND_INFO offset 0x20.
But i noticed the type of the field 0x20 in WDF_BIND_INFO should be WDFFUNCTIONS ** not WDFFUNCTIONS*.
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
Hello,
I think there is a mistake in the script.
The script find WdfVersionBind function firstly.
Then it use WdfVersionBind function's argument to get WDF_BIND_INFO address.
And get the global WDFFUNCTIONS pointer from the WDF_BIND_INFO offset 0x20.
But i noticed the type of the field 0x20 in WDF_BIND_INFO should be WDFFUNCTIONS ** not WDFFUNCTIONS*.
The text was updated successfully, but these errors were encountered: