mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
change messages notation
This commit is contained in:
parent
ec703ae5bd
commit
5805b6cd4a
25 changed files with 51 additions and 71 deletions
|
|
@ -71,26 +71,6 @@ main(int argc, char * argv[])
|
|||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Put to ease the test, it will be removed
|
||||
//
|
||||
/*
|
||||
if (HyperdbgInstallVmmDriver()) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (HyperdbgLoadVmm()) {
|
||||
return 1;
|
||||
}
|
||||
_getch();
|
||||
_getch();
|
||||
return 0;
|
||||
*/
|
||||
|
||||
//
|
||||
// ---------------------------------------------------------
|
||||
//
|
||||
|
||||
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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue