CreateProcess
? currently I've found no way to get easyhook to ever hook locally CreateProcess
in kernel32. The hook installs but it is just never called back no matter what signature I give it. I will link a really basic sample program to demonstrate what I'm trying to do in my larger program.
[MarshalAs(UnmanagedType.LPWStr)]
[UnmanagedFunctionPointer(CallingConvention.StdCall, SetLastError = true, CharSet = CharSet.Auto)]