A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
263
stars
40
forks
source link
Update check for the CoreLoad.Load remote parameter from the corerundll #96
Closed
unknownv2 closed 6 years ago
We only need to check for IntPtr.Zero and not ( == null) as well.