Files
28Zaaky-khaos-c2/techniques/reflect-dll/include/reflect.h
T
2026-06-30 18:02:46 +03:00

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);