mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
fixs related to testing phase.
This commit is contained in:
parent
47c413c75c
commit
65cbdc95e6
8 changed files with 57 additions and 20 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue