-
Notifications
You must be signed in to change notification settings - Fork 12
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
Optimize on Windows x64 21H2 #3
Comments
Hi, it seems very cool. |
A pull request has been created. |
I can't see it :) |
I have no access to make a pull request on this issue. |
As far as I know, everyone with read permission can create pull requests. Are you sure you are doing it right? |
I have tried it again. It might be seen now. |
Hello, World!
I have tested the driver on Windows 10 21H2 x64.
Here is a suggestion.
Function ExAllocatePoolWithTag() is used in ProcessReference.cpp and handle.cpp.
When I use the EXE file to ask the driver to delete a file, it leads to BSOD.
There are two reasons for that, from my perspective.
Thus, I made some changes shown as follows.
ProcessReference.cpp:
handle.cpp:
Thanks for your hard work and helpful codes.
The text was updated successfully, but these errors were encountered: