We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone help me fix it?
Windows® 7 Ultimate x64 Direct Link (.iso) https://download.microsoft.com/download/5/1/9/5195A765-3A41-4A72-87D8-200D897CBE21/7601.24214.180801-1700.win7sp1_ldr_escrow_CLIENT_ULTIMATE_x64FRE_en-us.iso (use UEFI setting)
The text was updated successfully, but these errors were encountered:
https://github.com/danielkrupinski/VAC-Bypass-Loader/blob/master/VAC-Bypass-Loader/main.c#L173
Looks like it returns 0 on Windows® 7.
0
ERROR_INVALID_ADDRESS 487 0x1E7 [ Attempt To Access Invalid Address ]
ERROR_INVALID_ADDRESS
487
0x1E7
Sorry, something went wrong.
Fixed. A .dll file is not allowed to call MessageBox [A | W] into its DllMain entry point, on Windows® 7. It will just fail.
No branches or pull requests
Can someone help me fix it?
Windows® 7 Ultimate x64 Direct Link (.iso) https://download.microsoft.com/download/5/1/9/5195A765-3A41-4A72-87D8-200D897CBE21/7601.24214.180801-1700.win7sp1_ldr_escrow_CLIENT_ULTIMATE_x64FRE_en-us.iso (use UEFI setting)
The text was updated successfully, but these errors were encountered: