Closed ddkwork closed 6 years ago
how to inject iphlpapi.dll?
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).
ForceUserApc
FALSE
how to inject iphlpapi.dll?