Property | Type | Description | |
---|---|---|---|
AddressSpaces | uint>.Dictionary | ||
HardwarePID | string | ||
IsConnected | bool | ||
IsMemoryListUpdated | bool | ||
IsProcessListUpdated | bool | ||
LockControls | bool | ||
Processes | List |
||
ProgressRead | uint | ||
ProgressReadMax | uint | ||
ProgressScan | uint | ||
ProgressScanMax | uint | ||
SearchCriteria | List |
||
SetCurrentOperationText | string | ||
SetCurrentOperationText2 | string |
Method | Description | |
---|---|---|
Connect ( ) : bool | ||
Disconnect ( ) : void | ||
NTRRemoteConnection ( ) : NTRDebuggerTool.Objects | ||
SendHeartbeatPacket ( ) : bool | ||
SendHeartbeatPacket ( bool IsConnecting ) : bool | ||
SendHelloPacket ( ) : void | ||
SendListProcessesPacket ( ) : void | ||
SendReadMemoryAddressesPacket ( string ProcessID ) : void | ||
SendReadMemoryPacket ( SearchCriteria NewSearchCriteria ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, byte Value ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, double Value ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, float Value ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, uint Value ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, ulong Value ) : void | ||
SendWriteMemoryPacket ( uint ProcessID, uint Address, ushort Value ) : void | ||
sendReloadPacket ( ) : void |
Method | Description | |
---|---|---|
SendPacket ( uint Type, uint Command, uint Arguments ) : void | ||
SendPacket ( uint Type, uint Command, uint Arguments, byte AdditionalData ) : void | ||
SendReadMemoryPacket ( ) : void | ||
SendReadMemoryPacketPre ( ) : void | ||
SetPacketSequence ( uint Type, uint Command ) : void |
public NTRRemoteConnection ( ) : NTRDebuggerTool.Objects | ||
return | NTRDebuggerTool.Objects |
public SendHeartbeatPacket ( bool IsConnecting ) : bool | ||
IsConnecting | bool | |
return | bool |
public SendReadMemoryAddressesPacket ( string ProcessID ) : void | ||
ProcessID | string | |
return | void |
public SendReadMemoryPacket ( SearchCriteria NewSearchCriteria ) : void | ||
NewSearchCriteria | SearchCriteria | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, byte Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | byte | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, double Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | double | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, float Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | float | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, uint Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | uint | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, ulong Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | ulong | |
return | void |
public SendWriteMemoryPacket ( uint ProcessID, uint Address, ushort Value ) : void | ||
ProcessID | uint | |
Address | uint | |
Value | ushort | |
return | void |