Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Fix some old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xTaiwanPingLord committed Jan 29, 2023
1 parent bcb76a4 commit 97d221d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/DebuggerBypass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static bool IsThreadHidden(DWORD threadID)

if (hThread == NULL)
{
LOG("\033[%41mError:\033[m {}", GetLastErrorAsString());
LOG("Error: {}", GetLastErrorAsString());
return false;
}

Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void RunMain(HMODULE *phModule)

DebuggerBypassPost();

LOG("[INFO] Debug bypass complete.");
LOG("Debug bypass complete.");

// 这里不加大括号编译过不了 🖕Fuck C++🖕 🖕Fuck Microsoft🖕
// ^~~ Alukym#0615 是傻逼,不知道LOG展開會有分號,導致一個if出現兩個分號,而且要罵也是罵MSVC不是C++(?);寫LOG Macro的也是傻逼,不要亂加分號 :(
Expand Down

0 comments on commit 97d221d

Please sign in to comment.