mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
fix multiline command problem with sharp comment character
This commit is contained in:
parent
3512b2396e
commit
81a75fdebe
4 changed files with 15 additions and 11 deletions
|
|
@ -84,7 +84,6 @@ main(int argc, char * argv[])
|
|||
HyperdbgShowSignature();
|
||||
|
||||
string CurrentCommand = "";
|
||||
Reset = true;
|
||||
|
||||
GetMultiLinecCommand:
|
||||
|
||||
|
|
@ -130,6 +129,11 @@ main(int argc, char * argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
//
|
||||
// Reset for future commands
|
||||
//
|
||||
Reset = true;
|
||||
|
||||
//
|
||||
// Either the multi-line is finished or it's a
|
||||
// single line command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue