Comments.

This commit is contained in:
momo5502 2016-01-24 13:54:36 +01:00
parent 7db2956e45
commit 77be8fb151

View File

@ -27,7 +27,9 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser
{ {
__asm __asm
{ {
// This has to be called, otherwise the hook is not uninstalled and we're deadlocking
call Main::Initialize call Main::Initialize
mov eax, 6BAC0Fh mov eax, 6BAC0Fh
jmp eax jmp eax
} }