mirror of
https://github.com/hasherezade/module_overloading
synced 2026-06-08 14:33:42 +00:00
6 lines
126 B
C++
6 lines
126 B
C++
#include <Windows.h>
|
|
#include <iostream>
|
|
|
|
DWORD translate_protect(DWORD sec_charact);
|
|
bool is_compatibile(BYTE *implant_dll);
|