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

[BUG] WDF/KMDF detection #29

Open
VoidSec opened this issue Mar 3, 2023 · 1 comment
Open

[BUG] WDF/KMDF detection #29

VoidSec opened this issue Mar 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@VoidSec
Copy link
Owner

VoidSec commented Mar 3, 2023

Describe the bug
WDF detection library correctly detect a KmdfLibrary but the driver is marked as WSF anyway

To Reproduce

[WDF]: Found KmdfLibrary string at 0x14000f388
[WDF]: Creating struct for KmdfLibrary Functions version 1.11
[WDF]: doStruct (size=0xdb0) at 0x140010430
[WDF]: Success
[+] Driver type detected: WDF

Expected behavior
[+] Driver type detected: KMDF

@VoidSec VoidSec added the bug Something isn't working label Mar 3, 2023
@VoidSec VoidSec self-assigned this Mar 3, 2023
@VoidSec
Copy link
Owner Author

VoidSec commented Mar 6, 2023

Possible solution:
If there's any import from WDFLDR.sys they are KMDF drivers

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

No branches or pull requests

1 participant