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

iphlpapi.dll #1

Closed ddkwork closed 6 years ago

ddkwork commented 6 years ago

how to inject iphlpapi.dll?

wbenny commented 6 years ago

Since that DLL is not dependent only on ntdll.dll, you can achieve that by setting ForceUserApc to FALSE. Note that in this case, it will be loaded as a last DLL, just before WinMain (as written in readme).