mirror of
https://github.com/klezVirus/ThreadPoolExecChain
synced 2026-06-08 15:20:22 +00:00
8 lines
234 B
C
8 lines
234 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
#define ERROR_CODE 0xCAFEBABECAFEBABE
|
|
|
|
uint64_t ProxyLoadLibrary(const char* dllName, unsigned int chain);
|
|
uint64_t ProxyMessageBox(const char* title, const char* message, unsigned int chain);
|