Files
cs2_united/cs2_patch/BuildIn.h
世元 李 019dbd45e6 source
2020-03-11 23:16:48 +08:00

13 lines
351 B
C

#pragma once
#include <Windows.h>
#define DLLAPI __declspec(dllexport)
BOOL InjectDLL(HANDLE hProcess, LPCWSTR dllFilePathName);//Inject dll to the signal process
extern "C" DLLAPI HANDLE InjectSelfTo(LPCSTR inptr);//Inject self
signed int Fakesub_5FC1C0();//hooked function point
extern "C" DLLAPI void start();//start hook
void end();//end hook