0

I have a kernel driver. My dll inside process(injected dll) send IRP request to this driver. How this driver could get this module handle? Something like IoGetRequestorProcess(Irp) but module handle instead of process.

Roman
  • 1,377
  • 2
  • 11
  • 12

1 Answers1

-1

u can try some kernel APIs,just like IoGetRequestorProcess or IoGetRequestorProcessId

Derrick
  • 3,669
  • 5
  • 35
  • 50
adylee
  • 1