|
HyperDbg Debugger
|
.logopen command More...
#include "pch.h"Functions | |
| VOID | CommandLogopenHelp () |
| help of the .logopen command | |
| VOID | CommandLogopen (vector< CommandToken > CommandTokens, string Command) |
| .logopen command handler | |
| VOID | LogopenSaveToFile (const CHAR *Text) |
| Append text to the file object. | |
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). | |
.logopen command
| VOID CommandLogopen | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
.logopen command handler
| CommandTokens | |
| Command |
| VOID CommandLogopenHelp | ( | ) |
help of the .logopen command
| VOID LogopenSaveToFile | ( | const CHAR * | Text | ) |
|
extern |
Shows whether the '.logopen' command is executed and the log file is open or not.
|
extern |
The object of log file ('.logopen' command).