MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / SelfUnloadThread

Function SelfUnloadThread

dllmain.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137DWORD WINAPI SelfUnloadThread(LPVOID param)
138{
139 HMODULE hMod = (HMODULE)param;
140 Sleep(100); // 给系统一点时间
141 FreeLibraryAndExitThread(hMod, 0);
142 return 0;
143}
144
145
146BOOL APIENTRY DllMain(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected