This commit is contained in:
watrabi
2025-12-18 16:59:29 -05:00
parent c93494f795
commit ff95483b22
54 changed files with 60469 additions and 509 deletions
+2 -2
View File
@@ -277,7 +277,7 @@ bool VerifyCryptSignature(const std::wstring& fileName)
// signer info structure.
if (GetProgAndPublisherInfo(pSignerInfo, &ProgPubInfo))
{
if (StrCmpW(ProgPubInfo.lpszProgramName, L"Roblox Application") != 0)
if (StrCmpW(ProgPubInfo.lpszProgramName, L"watrbx application") != 0)
{
result = false;
__leave;
@@ -289,7 +289,7 @@ bool VerifyCryptSignature(const std::wstring& fileName)
// wprintf(L"Publisher Link : %s\n", ProgPubInfo.lpszPublisherLink);
//}
if (StrCmpW(ProgPubInfo.lpszMoreInfoLink, L"http://www.roblox.com ") != 0)
if (StrCmpW(ProgPubInfo.lpszMoreInfoLink, L"http://www.watrbx.wtf ") != 0)
{
result = false;
__leave;