danielkrupinski / VAC-Bypass-Loader

Loader for VAC Bypass written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FIXED] Crashes on Windows® 7 :(

ClaudiuHKS opened this issue · comments

https://github.com/danielkrupinski/VAC-Bypass-Loader/blob/master/VAC-Bypass-Loader/main.c#L173

Looks like it returns 0 on Windows® 7.

ERROR_INVALID_ADDRESS 487 0x1E7 [ Attempt To Access Invalid Address ]

Fixed. A .dll file is not allowed to call MessageBox [A | W] into its DllMain entry point, on Windows® 7. It will just fail.