C# 클래스 NTRDebuggerTool.Remote.NTRRemoteConnection

파일 보기 프로젝트 열기: valarnin/NTRRemoteDebugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Connect() 공개 메소드

public Connect ( ) : bool
리턴 bool

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

NTRRemoteConnection() 공개 메소드

public NTRRemoteConnection ( ) : NTRDebuggerTool.Objects
리턴 NTRDebuggerTool.Objects

SendHeartbeatPacket() 공개 메소드

public SendHeartbeatPacket ( ) : bool
리턴 bool

SendHeartbeatPacket() 공개 메소드

public SendHeartbeatPacket ( bool IsConnecting ) : bool
IsConnecting bool
리턴 bool

SendHelloPacket() 공개 메소드

public SendHelloPacket ( ) : void
리턴 void

SendListProcessesPacket() 공개 메소드

public SendListProcessesPacket ( ) : void
리턴 void

SendReadMemoryAddressesPacket() 공개 메소드

public SendReadMemoryAddressesPacket ( string ProcessID ) : void
ProcessID string
리턴 void

SendReadMemoryPacket() 공개 메소드

public SendReadMemoryPacket ( SearchCriteria NewSearchCriteria ) : void
NewSearchCriteria SearchCriteria
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, byte Value ) : void
ProcessID uint
Address uint
Value byte
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, double Value ) : void
ProcessID uint
Address uint
Value double
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, float Value ) : void
ProcessID uint
Address uint
Value float
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, uint Value ) : void
ProcessID uint
Address uint
Value uint
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, ulong Value ) : void
ProcessID uint
Address uint
Value ulong
리턴 void

SendWriteMemoryPacket() 공개 메소드

public SendWriteMemoryPacket ( uint ProcessID, uint Address, ushort Value ) : void
ProcessID uint
Address uint
Value ushort
리턴 void

sendReloadPacket() 공개 메소드

public sendReloadPacket ( ) : void
리턴 void

프로퍼티 상세

AddressSpaces 공개적으로 프로퍼티

public Dictionary AddressSpaces
리턴 uint>.Dictionary

HardwarePID 공개적으로 프로퍼티

public string HardwarePID
리턴 string

IsConnected 공개적으로 프로퍼티

public bool IsConnected
리턴 bool

IsMemoryListUpdated 공개적으로 프로퍼티

public bool IsMemoryListUpdated
리턴 bool

IsProcessListUpdated 공개적으로 프로퍼티

public bool IsProcessListUpdated
리턴 bool

LockControls 공개적으로 프로퍼티

public bool LockControls
리턴 bool

Processes 공개적으로 프로퍼티

public List Processes
리턴 List

ProgressRead 공개적으로 프로퍼티

public uint ProgressRead
리턴 uint

ProgressReadMax 공개적으로 프로퍼티

public uint ProgressReadMax
리턴 uint

ProgressScan 공개적으로 프로퍼티

public uint ProgressScan
리턴 uint

ProgressScanMax 공개적으로 프로퍼티

public uint ProgressScanMax
리턴 uint

SearchCriteria 공개적으로 프로퍼티

public List SearchCriteria
리턴 List

SetCurrentOperationText 공개적으로 프로퍼티

public string SetCurrentOperationText
리턴 string

SetCurrentOperationText2 공개적으로 프로퍼티

public string SetCurrentOperationText2
리턴 string