kmdf_re
kmdf_re copied to clipboard
Helper idapython code for reversing kmdf drivers
This pull request made the following changes: port all API to IDA 7.4+, fixed #1 fixed some bugs, including #2 move WDFStruct.h to the plugin directory so we don't have...
I notice that WdfFunctions structure is different in different WDF version. This can result in getting the wrong PFN functions.
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...
Many API has [changed](https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml) 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/...