MCPcopy Index your code
hub / github.com/D4stiny/JLoadLibrary / WriteProcessMemory

Method WriteProcessMemory

src/com/billdemirkapi/jll/Kernel32.java:14–14  ·  view source on GitHub ↗
(HANDLE hProcess, LPVOID lpBaseAddress, Pointer lpBuffer, int nSize, Pointer lpNumberOfBytesWritten)

Source from the content-addressed store, hash-verified

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);
15 public DWORD_PTR CreateRemoteThread(HANDLE hProcess, int lpThreadAttributes, int dwStackSize, DWORD_PTR loadLibraryAddress, LPVOID lpParameter, int dwCreationFlags, int lpThreadId);
16 public BOOL CloseHandle(HANDLE hObject);
17 //public HANDLE GetModuleHandleW(WString lpModuleName);

Callers 1

injectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected