static boolean |
windows.FlushInstructionCache(Pointer hProcess,
LPCVOID lpBaseAddress,
long dwSize) |
static boolean |
windows.FlushViewOfFile(LPCVOID lpBaseAddress,
long dwNumberOfBytesToFlush) |
static int |
windows.FormatMessage(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
char[] lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessage(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
CharBuffer lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessage(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
CharPointer lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageA(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
byte[] lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageA(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
ByteBuffer lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageA(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
BytePointer lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageW(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
char[] lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageW(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
CharBuffer lpBuffer,
int nSize,
Pointer Arguments) |
static int |
windows.FormatMessageW(int dwFlags,
LPCVOID lpSource,
int dwMessageId,
int dwLanguageId,
CharPointer lpBuffer,
int nSize,
Pointer Arguments) |
static Pointer |
windows.GlobalHandle(LPCVOID pMem) |
static long |
windows.HeapSize(Pointer hHeap,
int dwFlags,
LPCVOID lpMem) |
static boolean |
windows.HeapValidate(Pointer hHeap,
int dwFlags,
LPCVOID lpMem) |
static Pointer |
windows.LocalHandle(LPCVOID pMem) |
static boolean |
windows.ReadProcessMemory(Pointer hProcess,
LPCVOID lpBaseAddress,
Pointer lpBuffer,
long nSize,
SizeTPointer lpNumberOfBytesRead) |
static boolean |
windows.Toolhelp32ReadProcessMemory(int th32ProcessID,
LPCVOID lpBaseAddress,
Pointer lpBuffer,
long cbRead,
SizeTPointer lpNumberOfBytesRead) |
static boolean |
windows.UnmapViewOfFile(LPCVOID lpBaseAddress) |
static long |
windows.VirtualQuery(LPCVOID lpAddress,
MEMORY_BASIC_INFORMATION lpBuffer,
long dwLength) |
static long |
windows.VirtualQueryEx(Pointer hProcess,
LPCVOID lpAddress,
MEMORY_BASIC_INFORMATION lpBuffer,
long dwLength) |
static boolean |
windows.WriteFile(Pointer hFile,
LPCVOID lpBuffer,
int nNumberOfBytesToWrite,
int[] lpNumberOfBytesWritten,
OVERLAPPED lpOverlapped) |
static boolean |
windows.WriteFile(Pointer hFile,
LPCVOID lpBuffer,
int nNumberOfBytesToWrite,
IntBuffer lpNumberOfBytesWritten,
OVERLAPPED lpOverlapped) |
static boolean |
windows.WriteFile(Pointer hFile,
LPCVOID lpBuffer,
int nNumberOfBytesToWrite,
IntPointer lpNumberOfBytesWritten,
OVERLAPPED lpOverlapped) |
static boolean |
windows.WriteFileEx(Pointer hFile,
LPCVOID lpBuffer,
int nNumberOfBytesToWrite,
OVERLAPPED lpOverlapped,
LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
static boolean |
windows.WriteProcessMemory(Pointer hProcess,
Pointer lpBaseAddress,
LPCVOID lpBuffer,
long nSize,
SizeTPointer lpNumberOfBytesWritten) |