mirror of
https://github.com/0xRoam/LoadReload
synced 2026-06-16 04:43:20 +00:00
7 lines
101 B
C++
7 lines
101 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace EDRDecon {
|
|
void DoFakeOverwrites(SIZE_T regionSize);
|
|
}
|