mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-29 10:55:55 +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
|
|
@ -250,7 +250,7 @@ static const char *const RegistersNames[] = {
|
|||
"zf", "sf", "tf", "if", "df", "of", "iopl", "nt",
|
||||
"rf", "vm", "ac", "vif", "vip", "id", "rip", "eip",
|
||||
"ip", "idtr", "ldtr", "gdtr", "tr", "cr0", "cr2", "cr3",
|
||||
"cr4", "cr8", "dr0", "dr1", "dr2", "dr3", "dr6","dr7"
|
||||
"cr4", "cr8", "dr0", "dr1", "dr2", "dr3", "dr6", "dr7"
|
||||
};
|
||||
|
||||
#define PSEUDO_REGISTER_PID 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue