MCPcopy Create free account
hub / github.com/D4stiny/JLoadLibrary / OpenProcess

Method OpenProcess

src/com/billdemirkapi/jll/Kernel32.java:11–11  ·  view source on GitHub ↗
(DWORD_PTR dwDesiredAccess, BOOL bInheritHandle, DWORD_PTR dwProcessId)

Source from the content-addressed store, hash-verified

9public interface Kernel32 extends StdCallLibrary {
10
11 public HANDLE OpenProcess(DWORD_PTR dwDesiredAccess, BOOL bInheritHandle, DWORD_PTR dwProcessId);
12 public DWORD_PTR GetProcAddress(HANDLE hModule, String lpProcName);
13 public LPVOID VirtualAllocEx(HANDLE hProcess, LPVOID lpAddress, int dwSize, DWORD_PTR flAllocationType, DWORD_PTR flProtect);
14 public BOOL WriteProcessMemory(HANDLE hProcess, LPVOID lpBaseAddress, Pointer lpBuffer, int nSize, Pointer lpNumberOfBytesWritten);

Callers 1

injectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected