mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-19 05:54:42 +00:00
update symbol structure and stack buffer in script engine
This commit is contained in:
parent
8edd118a40
commit
211295bf81
7 changed files with 636 additions and 681 deletions
|
|
@ -113,11 +113,12 @@ typedef struct SYMBOL
|
|||
{
|
||||
long long unsigned Type;
|
||||
long long unsigned Len;
|
||||
long long unsigned VariableType;
|
||||
long long unsigned Value;
|
||||
|
||||
} SYMBOL, *PSYMBOL;
|
||||
|
||||
#define SIZE_SYMBOL_WITHOUT_LEN sizeof(long long unsigned) * 2
|
||||
|
||||
typedef struct HWDBG_SHORT_SYMBOL
|
||||
{
|
||||
long long unsigned Type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue