Property | Type | Description | |
---|---|---|---|
GetAddress | TargetAddress | ||
ReadMemory | TargetBlob | ||
WriteAddress | void | ||
WriteBuffer | void |
Method | Description | |
---|---|---|
ClientSuppliedTargetLocation ( TargetBlob blob ) : System | ||
Print ( ) : string |
Method | Description | |
---|---|---|
MyToString ( ) : string |
Method | Description | |
---|---|---|
GetAddress ( TargetMemoryAccess target ) : TargetAddress | ||
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob | ||
WriteAddress ( TargetMemoryAccess target, TargetAddress new_address ) : void | ||
WriteBuffer ( TargetMemoryAccess target, byte data ) : void |
public ClientSuppliedTargetLocation ( TargetBlob blob ) : System | ||
blob | TargetBlob | |
return | System |