Restore window after analysis finished

This commit is contained in:
Alberto Ortega 2021-11-07 18:19:27 +01:00
parent febe5028d0
commit a3289c135b
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,9 @@ int main(void)
write_trace_dns("analysis-end");
#endif
/* Restore window */
ShowWindow(GetConsoleWindow(), SW_RESTORE);
getchar();
/* Restore Original Console Colors */