wbenny / injdrv

proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC
MIT License
1.14k stars 278 forks source link

IoAllocateMdl #3

Closed ddkwork closed 6 years ago

ddkwork commented 6 years ago

how to use IoAllocateMdl in injdllx64.dll?thank you again.

wbenny commented 6 years ago

You can't, IoAllocateMdl is available only for kernel drivers.