mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add tree view for function tracking mechanism
This commit is contained in:
parent
51854f1aa9
commit
746320b359
6 changed files with 92 additions and 19 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue