Howdy,
excuse me, I was trying to get this to work, and got the following crash:
Host assembly crashed: System.ArgumentException: STATUS_INVALID_PARAMETER_1: The given process file does not exist. (Code: 3)
at EasyHook.NativeAPI.Force(Int32 InErrorCode
at EasyHook.NativeAPI.RtlCreateSuspendedProcess(String InEXEPath, String InCommandLine, Int32 InProcessCreationFlags, Int32& OutProcessId, Int32& OutThreadId)
at EasyHook.RemoteHooking.CreateAndInject(String InEXEPath, String InCommandLine, Int32 InProcessCreationFlags, InjectionOptions InOptions, String InLibraryPath_x86, String InLibraryPath_x64, Int32& OutProcessId, Object[] InPassThruArgs)
at EasyHook.RemoteHooking.CreateAndInject(String InEXEPath, String InCommandLine, Int32 InProcessCreationFlags, String InLibraryPath_x86, String InLibraryPath_x64, Int32& OutProcessId, Object[] InPassThruArgs)
at Augmentrex.Program.Main() in C:\Users\alex\Documents\Visual Studio 2019\Projects\Augmentrex\Augmentrex\Program.cs:line 53
I'd be most gratefull if you could aid me with this. And also, great job
.