add build date to the console based on current date

This commit is contained in:
SinaKarvandi 2021-12-09 20:50:29 +03:30
parent 128597127c
commit 63d14d9b6e
10 changed files with 189 additions and 31 deletions

View file

@ -15,7 +15,6 @@
#include <iostream>
#include "Definition.h"
#include "Configuration.h"
#include "details.h"
#pragma comment(lib, "HPRDBGCTRL.lib")
@ -52,7 +51,7 @@ main(int argc, char * argv[])
string PreviousCommand;
bool Reset = false;
printf("HyperDbg Debugger [core version: v%s]\n", Version);
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");