mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 01:56:24 +00:00
interpret .pagein commands parameters
This commit is contained in:
parent
2b54f993f7
commit
cc99978919
94 changed files with 396 additions and 320 deletions
|
|
@ -21,7 +21,7 @@ extern BOOLEAN g_IsSerialConnectedToRemoteDebuggee;
|
|||
extern BOOLEAN g_IsSerialConnectedToRemoteDebugger;
|
||||
|
||||
/**
|
||||
* @brief help of unload command
|
||||
* @brief help of the unload command
|
||||
*
|
||||
* @return VOID
|
||||
*/
|
||||
|
|
@ -50,7 +50,7 @@ CommandUnload(vector<string> SplittedCommand, string Command)
|
|||
{
|
||||
if (SplittedCommand.size() != 2 && SplittedCommand.size() != 3)
|
||||
{
|
||||
ShowMessages("incorrect use of 'unload'\n\n");
|
||||
ShowMessages("incorrect use of the 'unload'\n\n");
|
||||
CommandUnloadHelp();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue