mirror of
https://github.com/hasherezade/process_overwriting
synced 2026-06-08 14:35:55 +00:00
6 lines
137 B
C
6 lines
137 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
bool overwrite_mapping(HANDLE hProcess, HMODULE remoteBase, BYTE* implant_buf, size_t implant_size);
|