|
HyperDbg Debugger
|
.logclose command More...
#include "pch.h"Functions | |
| VOID | CommandLogcloseHelp () |
| help .logclose command | |
| VOID | CommandLogclose (vector< CommandToken > CommandTokens, string Command) |
| .logclose command handler | |
Variables | |
| BOOLEAN | g_LogOpened |
| Shows whether the '.logopen' command is executed and the log file is open or not. | |
| ofstream | g_LogOpenFile |
| The object of log file ('.logopen' command). | |
.logclose command
| VOID CommandLogclose | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
.logclose command handler
| CommandTokens | |
| Command |
| VOID CommandLogcloseHelp | ( | ) |
help .logclose command
|
extern |
Shows whether the '.logopen' command is executed and the log file is open or not.
|
extern |
The object of log file ('.logopen' command).