|
|
|
|
|
by TheAnimus
4509 days ago
|
|
As it tests if it it's equal to 0x23dc67e8 after XOR, I'm guessing this is a protection against some patching or similar. It get's XOR'd once after the GetProcAddress, then XOR'd back before the STDCALL invocation. This is done for both the GetProcAddress calls, so I'm going to just guess that this is some anti-patching anti-cheat shenanigans. |
|