windows-kernel-file-delete
windows-kernel-file-delete copied to clipboard
Force a file delete using a windows kernel driver
Results
3
windows-kernel-file-delete issues
Sort by
recently updated
recently updated
newest added
ISSUE #3
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...
If you try to delete a setup.exe file, you will find the FileDeleteCom would freeze. I checked and tested, and it seems the driver code stucked at **IoCallDriver** ``` NTSTATUS...