// ULM.cpp : 定义 DLL 应用程序的导出函数。 // #include "stdafx.h" #include "ULM.h" #include "UnloadModules.h" bool FirstHit = false; ULM_C_API bool InitULM(void) { return g_Unloader.StartThread(true,false); } ULM_C_API void ExitULM(void) { g_Unloader.NotifyExit(); }