mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
Add hexadecimal escape sequence as string parameter for string function in script engine
This commit is contained in:
parent
c8b06cba82
commit
60fbec6936
9 changed files with 583 additions and 549 deletions
|
|
@ -40,6 +40,7 @@ class Generator():
|
|||
#define SCRIPT_ENGINE_COMMON_DEFINITIONS_H
|
||||
typedef struct SYMBOL {
|
||||
long long unsigned Type;
|
||||
long long unsigned Len;
|
||||
long long unsigned Value;
|
||||
} SYMBOL, * PSYMBOL;
|
||||
typedef struct SYMBOL_BUFFER {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue