R
Rexlin S
Guest
Is it possible to make a file available in usb flash drive available in kernel mode space ?
I have a firmware related file in usb flash drive and this has to be accessed by kmdf driver.
Should the file mapping be done in app or can it be done in driver ?
will the below functions work ?
ZwCreateFile,
ZwCreateSection, ObReferenceObjectByHandle, and MmMapViewInSystemSpace
Continue reading...
I have a firmware related file in usb flash drive and this has to be accessed by kmdf driver.
Should the file mapping be done in app or can it be done in driver ?
will the below functions work ?
ZwCreateFile,
ZwCreateSection, ObReferenceObjectByHandle, and MmMapViewInSystemSpace
Continue reading...