RemoteHookingCreateAndInject Method |
Name | Description | |
---|---|---|
CreateAndInject(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...
| |
CreateAndInject(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...
|