Свойство | Type | Description | |
---|---|---|---|
GetAddress | TargetAddress | ||
MonoVariableLocation | System | ||
ReadMemory | TargetBlob | ||
WriteAddress | void | ||
WriteBuffer | void | ||
update | void |
Méthode | Description | |
---|---|---|
Create ( TargetMemoryAccess target, bool is_regoffset, Register register, long regoffset, bool is_byref ) : |
||
Print ( ) : string |
Méthode | Description | |
---|---|---|
MyToString ( ) : string |
Méthode | Description | |
---|---|---|
GetAddress ( TargetMemoryAccess target ) : TargetAddress | ||
MonoVariableLocation ( bool is_regoffset, Register register, long regoffset, bool is_byref ) : System | ||
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob | ||
WriteAddress ( TargetMemoryAccess target, TargetAddress new_address ) : void | ||
WriteBuffer ( TargetMemoryAccess target, byte data ) : void | ||
update ( TargetMemoryAccess target ) : void |
public static Create ( TargetMemoryAccess target, bool is_regoffset, Register register, long regoffset, bool is_byref ) : |
||
target | TargetMemoryAccess | |
is_regoffset | bool | |
register | Register | |
regoffset | long | |
is_byref | bool | |
Résultat |