mirror of https://github.com/x64dbg/TitanEngine
Merged in Dreg_fr33project/titanengine-update (pull request #7)
eflags fixed and registersview button tunning
This commit is contained in:
commit
a8a32117c1
|
|
@ -343,7 +343,7 @@ typedef struct
|
|||
ULONG_PTR r15;
|
||||
#endif //_WIN64
|
||||
ULONG_PTR cip;
|
||||
unsigned int eflags;
|
||||
ULONG_PTR eflags;
|
||||
unsigned short gs;
|
||||
unsigned short fs;
|
||||
unsigned short es;
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ typedef struct
|
|||
ULONG_PTR r15;
|
||||
#endif //_WIN64
|
||||
ULONG_PTR cip;
|
||||
unsigned int eflags;
|
||||
ULONG_PTR eflags;
|
||||
unsigned short gs;
|
||||
unsigned short fs;
|
||||
unsigned short es;
|
||||
|
|
|
|||
Loading…
Reference in New Issue