mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
support to pausing
This commit is contained in:
parent
bce7017c57
commit
7602b07b33
11 changed files with 204 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
string command;
|
||||
getline(cin, command);
|
||||
|
||||
if (cin.fail() || cin.eof()) {
|
||||
cin.clear(); // reset cin state
|
||||
}
|
||||
|
||||
int CommandExecutionResult = HyperdbgInterpreter(command.c_str());
|
||||
printf("\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue