add tree view for function tracking mechanism

This commit is contained in:
unknown 2023-05-07 02:45:44 +09:00
parent 51854f1aa9
commit 746320b359
6 changed files with 92 additions and 19 deletions

View file

@ -1,4 +1,4 @@
/**
/**
* @file hyperdbg-cli.cpp
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Main HyperDbg Cli source coede
@ -36,6 +36,11 @@ main(int argc, char * argv[])
string PreviousCommand;
bool Reset = false;
//
// Set console output code page to UTF-8
//
SetConsoleOutputCP(CP_UTF8);
printf("HyperDbg Debugger [version: %s, build: %s]\n", CompleteVersion, BuildVersion);
printf("Please visit https://docs.hyperdbg.org for more information...\n");
printf("HyperDbg is released under the GNU Public License v3 (GPLv3).\n\n");