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

Minifilter.exe Access Violation on Windows 11 VirtualBox VM #10

Open
Czatar opened this issue Jul 17, 2023 · 0 comments
Open

Minifilter.exe Access Violation on Windows 11 VirtualBox VM #10

Czatar opened this issue Jul 17, 2023 · 0 comments

Comments

@Czatar
Copy link

Czatar commented Jul 17, 2023

Upon further inspection, changing the "extension" attribute for the IOMessage struct from [wchar_t; 12] to [wchar_t; 24] did the trick and it ran fine after that. This was done in src/shared_def.rs at lines 110, 179, and 350.

The length of the message coming from the driver just needed a larger struct to hold it. I'm unsure if this is different on different versions of Windows, but it might be worth looking into.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant