mirror of
https://github.com/28Zaaky/khaos-c2
synced 2026-07-22 12:18:04 +00:00
7 lines
198 B
C
7 lines
198 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
// Exported entry point for the reflective DLL.
|
|
// lpParameter is the raw image base in the target process.
|
|
ULONG_PTR WINAPI ReflectiveLoader(LPVOID lpParameter);
|