ExylonFiber
Well-Known Member
- Joined
- Apr 25, 2020
- Messages
- 26
HANDLE h = CreateFile(L"\\\\.\\PhysicalDisk0", GENERIC_READ | GENERIC_WRITE, FILE_READ_ACCESS | FILE_WRITE_ACCESS,
0, OPEN_EXISTING, 0, 0);
I'm afraid, as you said previously, the malware I'm infected with may be blocking requests to make a handle to the drive.Should not need to be a kernel mode driver. Most common issues are documented here.
CreateFileA function (fileapi.h) - Win32 apps or createfilew
I found the solution to my problem:Should not need to be a kernel mode driver. Most common issues are documented here.
CreateFileA function (fileapi.h) - Win32 apps or createfilew