Property | Type | Description | |
---|---|---|---|
Memory | Magic.BlackMagic | ||
_processId | uint | ||
baseAdress | uint | ||
threadHooked | bool |
Method | Description | |
---|---|---|
DisposeHooking ( ) : void | ||
Hook ( uint processId, uint ba ) : System | ||
Hooking ( ) : void | ||
InjectAndExecute ( string asm ) : byte[] |
public Hook ( uint processId, uint ba ) : System | ||
processId | uint | |
ba | uint | |
return | System |
public InjectAndExecute ( string asm ) : byte[] | ||
asm | string | |
return | byte[] |