Метод | Описание | |
---|---|---|
ReadProcessMemory ( |
Read from the memory of a process
|
|
ReadProcessMemory ( |
Read from the memory of a process
|
|
WriteProcessMemory ( |
Write to the memory of a process
|
|
WriteProcessMemory ( |
Write to the memory of a process
|
Метод | Описание | |
---|---|---|
AllocConsole ( ) : System.Boolean | ||
AttachConsole ( |
||
CloseHandle ( |
||
CopyMemory ( |
||
CreateProcess ( string lpApplicationName, string lpCommandLine, |
||
FreeConsole ( ) : System.Boolean | ||
GetCommandLine ( ) : |
||
GetCommandLineA ( ) : |
||
GetCommandLineW ( ) : |
||
GetModuleHandle ( String moduleName ) : |
||
GetModuleHandleA ( String moduleName ) : |
||
GetModuleHandleW ( String moduleName ) : |
||
GetProcAddress ( |
||
GetProcAddress ( |
||
LoadLibrary ( String fileName ) : |
||
LoadLibraryA ( String fileName ) : |
||
LoadLibraryW ( String fileName ) : |
||
OpenProcess ( PROCESS dwDesiredAccess, |
||
ReadProcessMemory ( |
||
ReadProcessMemory ( |
||
ReadProcessMemory ( |
||
ResumeThread ( |
||
SuspendThread ( |
||
TerminateProcess ( |
||
TlsGetValue ( |
||
VirtualAlloc ( |
||
VirtualFree ( |
||
VirtualProtect ( |
||
WriteProcessMemory ( |
||
WriteProcessMemory ( |
||
WriteProcessMemory ( |
public static ReadProcessMemory ( |
||
process | Handle to the process | |
baseAddress | Base of memory area | |
buffer | Data buffer | |
size | Number of bytes to read | |
Результат |
public static ReadProcessMemory ( |
||
process | Handle to the process | |
baseAddress | Base of memory area | |
buffer | Data buffer | |
size | Number of bytes to read | |
Результат |
public static WriteProcessMemory ( |
||
process | Handle to the process | |
baseAddress | Base of memory area | |
buffer | Data buffer | |
size | Number of bytes to write | |
Результат |
public static WriteProcessMemory ( |
||
process | Handle to the process | |
baseAddress | Base of memory area | |
buffer | Data buffer | |
size | Number of bytes to write | |
Результат |