C# Class ntrclient.Prog.CS.ScriptHelper

Afficher le fichier Open project: imthe666st/NTRClient Class Usage Examples

Méthodes publiques

Méthode Description
Attachprocess ( int pid, uint patchAddr ) : void
Bpadd ( uint addr, string type = "code.once" ) : void
Bpdis ( uint id ) : void
Bpena ( uint id ) : void
Connect ( string host, int port ) : void
Data ( uint addr, uint size = 0x100, int pid = -1, string filename = null ) : void
Debug ( ) : void
Disconnect ( ) : void
Listprocess ( ) : void
Listthread ( int pid ) : void
Memlayout ( int pid ) : void
Queryhandle ( int pid ) : void
Read ( uint addr, uint size = 4, int pid = -1 ) : void
Reload ( ) : void
Remoteplay ( uint priorityMode, uint priorityFactor = 5, uint quality = 90, uint qosValue = 100 ) : void
Resume ( ) : void
Sayhello ( ) : void
Sendfile ( string localPath, string remotePath ) : void
Write ( uint addr, byte buf, int pid = -1 ) : void

Method Details

Attachprocess() public méthode

public Attachprocess ( int pid, uint patchAddr ) : void
pid int
patchAddr uint
Résultat void

Bpadd() public méthode

public Bpadd ( uint addr, string type = "code.once" ) : void
addr uint
type string
Résultat void

Bpdis() public méthode

public Bpdis ( uint id ) : void
id uint
Résultat void

Bpena() public méthode

public Bpena ( uint id ) : void
id uint
Résultat void

Connect() public méthode

public Connect ( string host, int port ) : void
host string
port int
Résultat void

Data() public méthode

public Data ( uint addr, uint size = 0x100, int pid = -1, string filename = null ) : void
addr uint
size uint
pid int
filename string
Résultat void

Debug() public méthode

public Debug ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Listprocess() public méthode

public Listprocess ( ) : void
Résultat void

Listthread() public méthode

public Listthread ( int pid ) : void
pid int
Résultat void

Memlayout() public méthode

public Memlayout ( int pid ) : void
pid int
Résultat void

Queryhandle() public méthode

public Queryhandle ( int pid ) : void
pid int
Résultat void

Read() public méthode

public Read ( uint addr, uint size = 4, int pid = -1 ) : void
addr uint
size uint
pid int
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

Remoteplay() public méthode

public Remoteplay ( uint priorityMode, uint priorityFactor = 5, uint quality = 90, uint qosValue = 100 ) : void
priorityMode uint
priorityFactor uint
quality uint
qosValue uint
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Sayhello() public méthode

public Sayhello ( ) : void
Résultat void

Sendfile() public méthode

public Sendfile ( string localPath, string remotePath ) : void
localPath string
remotePath string
Résultat void

Write() public méthode

public Write ( uint addr, byte buf, int pid = -1 ) : void
addr uint
buf byte
pid int
Résultat void