From e46a60f95f5f1bf273473742274a7a6482c9e4eb Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 20 Jun 2026 08:06:34 -0300 Subject: [PATCH] feat: randomize console title --- src/unlocker/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unlocker/main.cpp b/src/unlocker/main.cpp index c39abd7..e7d2044 100644 --- a/src/unlocker/main.cpp +++ b/src/unlocker/main.cpp @@ -169,6 +169,7 @@ bool run() int WINAPI WinMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nShowCmd*/) { AllocConsole(); + SetConsoleTitleA(utils::randomizeString(32).c_str()); /* ansi seequences