This commit is contained in:
世元 李
2020-03-11 23:16:48 +08:00
parent 12a37bfb12
commit 019dbd45e6
92 changed files with 1166 additions and 128 deletions

View File

@@ -13,9 +13,15 @@ extern "C" DLLAPI int nID = 0;
#pragma comment(linker, "/section:PublicData,rws")
char IpfData[16];
#define PutInt(a) _itoa_s(a,IpfData,10);MessageBoxA(0,IpfData,"num",0);
extern HMODULE SelfHandle ;
extern bool start_falg ;
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
@@ -25,6 +31,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
{
case DLL_PROCESS_ATTACH:
SelfHandle = hModule;
hMod = hModule;
break;
case DLL_THREAD_ATTACH:
break;