Property | Type | Description | |
---|---|---|---|
FlashClient | bool | ||
UseInternalScan | bool | ||
ignoreStamp | int | ||
memoryBuffer | byte[] | ||
missingChunksBuffer | byte[] |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
ReadMemory ( ) : |
||
ReadMemoryInternal ( |
||
ReadMemoryWhiteList ( |
||
ReadTabMessages ( int processHandle, int tabMessagesDataStructure ) : IEnumerable |
||
ReadTibia11Tabs ( |
||
ScanMissingChunks ( ) : void |
Scan the memory for any chunks that are missing from the whitelist table
|
|
ScanProcess ( |
||
ScanTabStructures ( Player player ) : void | ||
TabStructureCount ( ) : int |
Method | Description | |
---|---|---|
FinalCleanup ( |
||
GetSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void | ||
ReadProcessMemory ( int hProcess, int lpBaseAddress, byte lpBuffer, int dwSize, int &lpNumberOfBytesRead ) : bool | ||
SearchChunk ( IEnumerable |
||
VirtualQueryEx ( |
public static ReadMemory ( ) : |
||
return |
public static ReadMemoryInternal ( |
||
process | ||
results | ||
return | void |
public static ReadMemoryWhiteList ( |
||
process | ||
newWhitelistedAddresses | Dictionary |
|
flashClient | bool | |
results | ||
return | void |
public static ReadTabMessages ( int processHandle, int tabMessagesDataStructure ) : IEnumerable |
||
processHandle | int | |
tabMessagesDataStructure | int | |
return | IEnumerable |
public static ReadTibia11Tabs ( |
||
results | ||
return | void |
public static ScanProcess ( |
||
process | ||
return | byte[]>>.IEnumerable |
public static ScanTabStructures ( Player player ) : void | ||
player | Player | |
return | void |