Memory mapping file for driver usage

  • Thread starter Thread starter Rexlin S
  • Start date Start date
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...
 
Back
Top