fixs related to testing phase.

This commit is contained in:
SinaKarvandi 2021-04-24 16:50:12 +04:30
parent 47c413c75c
commit 65cbdc95e6
8 changed files with 57 additions and 20 deletions

View file

@ -48,6 +48,10 @@ main(int argc, char * argv[])
{
bool ExitFromDebugger = false;
printf("HyperDbg Debugger [core version: v%s]\n", Version);
printf("Please visit https://docs.hyperdbg.com for more information...\n");
printf("HyperDbg is released under the GNU Public License v3 (GPLv3).\n\n");
if (argc != 1)
{
//
@ -71,10 +75,6 @@ main(int argc, char * argv[])
}
}
printf("HyperDbg Debugger [core version: v%s]\n", Version);
printf("Please visit https://docs.hyperdbg.com for more information...\n");
printf("HyperDbg is released under the GNU Public License v3 (GPLv3).\n\n");
while (!ExitFromDebugger)
{
HyperdbgShowSignature();