mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-26 09:25:19 +00:00
support ctrl+c on instumentation (t, p, i) commands
This commit is contained in:
parent
c5640d365c
commit
a0d2829abd
32 changed files with 226 additions and 156 deletions
|
|
@ -89,7 +89,7 @@ ScriptEngineEvalSingleExpression(string Expr, PBOOLEAN HasError)
|
|||
//
|
||||
// Check whether there was an error in evaluation or not
|
||||
//
|
||||
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGEER_OPERATION_WAS_SUCCESSFULL)
|
||||
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGGER_OPERATION_WAS_SUCCESSFULL)
|
||||
{
|
||||
//
|
||||
// Everything was fine, return the result of the evaluated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue