mirror of
https://github.com/entropy-z/Kharon
synced 2026-06-06 15:34:34 +00:00
12 lines
189 B
C
12 lines
189 B
C
#include <windows.h>
|
|
|
|
#include <native.h>
|
|
|
|
#include <Shellcode.h>
|
|
#include <Injection.h>
|
|
#include <Encryption.h>
|
|
|
|
#define DLLEXPORT __declspec(dllexport)
|
|
|
|
auto EntryLoader( VOID ) -> VOID;
|