danielkrupinski / VAC-Bypass

Valve Anti-Cheat bypass written in C.
MIT License
539 stars 104 forks source link

Hooks manipulating Functions to disable VAC? #9

Closed 0xE232FE closed 4 years ago

0xE232FE commented 4 years ago

You modify the Functions GetProcAddress, GetSystemInfo with this Hook?

So FARPROC is a function pointer.

return (FARPROC)Hooks_GetSystemInfo So VAC gets a null pointer?

danielkrupinski commented 4 years ago

See https://github.com/danielkrupinski/VAC-Bypass/blob/master/README.md#how-it-works

0xE232FE commented 4 years ago

appreciate thank you!!!