mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add automatic connection to remote system for semantic script test cases
This commit is contained in:
parent
1860612659
commit
0e25c5b617
11 changed files with 115 additions and 11 deletions
|
|
@ -151,7 +151,7 @@ main(int argc, char * argv[])
|
|||
previous_command = current_command;
|
||||
}
|
||||
|
||||
INT CommandExecutionResult = hyperdbg_u_interpreter((CHAR *)current_command.c_str());
|
||||
INT CommandExecutionResult = hyperdbg_u_run_command((CHAR *)current_command.c_str());
|
||||
|
||||
//
|
||||
// if the debugger encounters an exit state then the return will be 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue