mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 10:07:02 +00:00
add global variable support to script engine
This commit is contained in:
parent
55db553a08
commit
b093ea0c8d
10 changed files with 601 additions and 471 deletions
|
|
@ -116,10 +116,16 @@ char *
|
|||
HandleError(PSCRIPT_ENGINE_ERROR_TYPE Error, char * str);
|
||||
|
||||
int
|
||||
GetIdentifireVal(TOKEN Token);
|
||||
GetGlobalIdentifireVal(TOKEN Token);
|
||||
|
||||
int
|
||||
NewIdentifire(TOKEN Token);
|
||||
GetLocalIdentifireVal(TOKEN Token);
|
||||
|
||||
int
|
||||
NewGlobalIdentifire(TOKEN Token);
|
||||
|
||||
int
|
||||
NewLocalIdentifire(TOKEN Token);
|
||||
|
||||
int
|
||||
LalrGetRhsSize(int RuleId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue