Comments.
This commit is contained in:
parent
7db2956e45
commit
77be8fb151
@ -27,7 +27,9 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser
|
||||
{
|
||||
__asm
|
||||
{
|
||||
// This has to be called, otherwise the hook is not uninstalled and we're deadlocking
|
||||
call Main::Initialize
|
||||
|
||||
mov eax, 6BAC0Fh
|
||||
jmp eax
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user