Click or drag to resize

RemoteHookingCreateAndInject Method

Overload List
  NameDescription
Public methodStatic memberCreateAndInject(String, String, Int32, String, String, Int32, Object)
Creates a new process which is started suspended until you call WakeUpProcess from within your injected library Run() method. This allows you to hook the target BEFORE any of its usual code is executed. In situations where a target has debugging and hook preventions, you will get a chance to block those mechanisms for example...
Public methodStatic memberCreateAndInject(String, String, Int32, InjectionOptions, String, String, Int32, Object)
Creates a new process which is started suspended until you call WakeUpProcess from within your injected library Run() method. This allows you to hook the target BEFORE any of its usual code is executed. In situations where a target has debugging and hook preventions, you will get a chance to block those mechanisms for example...
Top
See Also