From 4979349a56dafd9f8baa7bcd835747d1a8e7bed8 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 27 Aug 2018 20:50:09 -0400 Subject: [PATCH] enable bsz --- vnrhook/engine/match.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vnrhook/engine/match.cc b/vnrhook/engine/match.cc index 7840eba..d068290 100644 --- a/vnrhook/engine/match.cc +++ b/vnrhook/engine/match.cc @@ -73,10 +73,10 @@ bool DeterminePCEngine() } // jichi 5/14/2015: Skip hijacking BALDRSKY ZEROs - if (Util::CheckFile(L"bsz_Data\\Mono\\mono.dll") || Util::CheckFile(L"bsz2_Data\\Mono\\mono.dll")) { - ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs"); - return true; - } + //if (Util::CheckFile(L"bsz_Data\\Mono\\mono.dll") || Util::CheckFile(L"bsz2_Data\\Mono\\mono.dll")) { + // ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs"); + // return true; + //} if (::GetModuleHandleA("mono.dll")) { InsertMonoHooks(); return true;