mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-14 11:05:01 +00:00
Fix bugs
This commit is contained in:
parent
f7a6726a5a
commit
39e447eccd
10 changed files with 95 additions and 105 deletions
|
|
@ -15,8 +15,6 @@
|
|||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "ScriptEngine.h"
|
||||
#include "scanner.h"
|
||||
#include "parse_table.h"
|
||||
#include "string.h"
|
||||
|
||||
/**
|
||||
|
|
@ -60,7 +58,7 @@ PSYMBOL_BUFFER ScriptEngineParse(char *str)
|
|||
Push(Stack, StartToken);
|
||||
|
||||
InputIdx = 0;
|
||||
WaitForID = 0;
|
||||
|
||||
|
||||
c = sgetc(str);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue