Lazy WinAPI
|
Source code of Process module. More...
#include "process.h"
Functions | |
uint32_t | Process_get_window_pid (const HWND window) |
Get pid of window. More... | |
uint32_t | Process_get_window_tid (const HWND window) |
Get tid of window. More... | |
const uint8_t * | Process_read_mem (HANDLE process, uintptr_t base, uint8_t *buffer, size_t size) |
Reads memory of a process. More... | |
bool | Process_write_mem (HANDLE process, uintptr_t base, const uint8_t *buffer, size_t size) |
Write into memory of a process. More... | |
const wchar_t * | Process_get_exe_path (HANDLE process, wchar_t *buffer, size_t size) |
Retrieves full path to process's binary. More... | |
Source code of Process module.