Reflective-Driver-Loader
Reflective-Driver-Loader copied to clipboard
The use of bootstrap
Hi.
I was wondering what's the use of Bootstrap section? I found it creates a drive to //FileSystem by using IoCreateDrive but I don't know why
Ah okay so Bootstrap is supposed to call IoCreateDriver to create a fake driver_object and point to the real initialize function which is DriverEntry? Then I run into the same problem as #2 that the device_object didn't response my CreateFile call and return me a handle