|
HyperDbg Debugger
|
settings command More...
#include "pch.h"Functions | |
| VOID | CommandSettingsHelp () |
| help of the settings command | |
| BOOLEAN | CommandSettingsGetValueFromConfigFile (std::string OptionName, std::string &OptionValue) |
| Gets the setting values from config file. | |
| VOID | CommandSettingsSetValueFromConfigFile (std::string OptionName, std::string OptionValue) |
| Sets the setting values from config file. | |
| VOID | CommandSettingsLoadDefaultValuesFromConfigFile () |
| Loads default settings values from config file. | |
| VOID | CommandSettingsAddressConversion (vector< CommandToken > CommandTokens) |
| set the address conversion enabled and disabled and query the status of this mode | |
| VOID | CommandSettingsAutoFlush (vector< CommandToken > CommandTokens) |
| set the auto-flush mode to enabled and disabled and query the status of this mode | |
| VOID | CommandSettingsAutoUpause (vector< CommandToken > CommandTokens) |
| set auto-unpause mode to enabled or disabled | |
| VOID | CommandSettingsSyntax (vector< CommandToken > CommandTokens) |
| set the syntax of !u !u2 u u2 command | |
| VOID | CommandSettings (vector< CommandToken > CommandTokens, string Command) |
| settings command handler | |
Variables | |
| BOOLEAN | g_AutoUnpause |
| Whether auto-unpause mode is enabled or not enabled. | |
| BOOLEAN | g_AutoFlush |
| Whether auto-flush mode is enabled or not enabled. | |
| BOOLEAN | g_AddressConversion |
| Whether converting addresses to object names or not. | |
| BOOLEAN | g_IsConnectedToRemoteDebuggee |
| Shows whether the current debugger is the host and connected to a remote debuggee (guest). | |
| UINT32 | g_DisassemblerSyntax |
| Shows the syntax used in !u !u2 u u2 commands. | |
settings command
| VOID CommandSettings | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
settings command handler
| CommandTokens | |
| Command |
| VOID CommandSettingsAddressConversion | ( | vector< CommandToken > | CommandTokens | ) |
set the address conversion enabled and disabled and query the status of this mode
| CommandTokens |
| VOID CommandSettingsAutoFlush | ( | vector< CommandToken > | CommandTokens | ) |
set the auto-flush mode to enabled and disabled and query the status of this mode
| CommandTokens |
| VOID CommandSettingsAutoUpause | ( | vector< CommandToken > | CommandTokens | ) |
set auto-unpause mode to enabled or disabled
| CommandTokens |
| BOOLEAN CommandSettingsGetValueFromConfigFile | ( | std::string | OptionName, |
| std::string & | OptionValue ) |
Gets the setting values from config file.
| OptionName | |
| OptionValue |
| VOID CommandSettingsHelp | ( | ) |
help of the settings command
| VOID CommandSettingsLoadDefaultValuesFromConfigFile | ( | ) |
Loads default settings values from config file.
| VOID CommandSettingsSetValueFromConfigFile | ( | std::string | OptionName, |
| std::string | OptionValue ) |
Sets the setting values from config file.
| OptionName | |
| OptionValue |
| VOID CommandSettingsSyntax | ( | vector< CommandToken > | CommandTokens | ) |
set the syntax of !u !u2 u u2 command
| CommandTokens |
|
extern |
Whether converting addresses to object names or not.
it is enabled by default
|
extern |
Whether auto-flush mode is enabled or not enabled.
it is disabled by default
|
extern |
Whether auto-unpause mode is enabled or not enabled.
it is enabled by default
|
extern |
Shows the syntax used in !u !u2 u u2 commands.
INTEL = 1, ATT = 2, MASM = 3
|
extern |
Shows whether the current debugger is the host and connected to a remote debuggee (guest).