mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
add shadow stack register and read it in win32 thread context
This commit is contained in:
committed by
Ryan Fleury
parent
c35c14dadb
commit
d8bb8c76c6
@@ -293,6 +293,8 @@ RDI_RegCodeX64_fds = 97,
|
||||
RDI_RegCodeX64_fip = 98,
|
||||
RDI_RegCodeX64_fdp = 99,
|
||||
RDI_RegCodeX64_mxcsr_mask = 100,
|
||||
RDI_RegCodeX64_cetmsr = 101,
|
||||
RDI_RegCodeX64_cetssp = 102,
|
||||
} RDI_RegCodeX64Enum;
|
||||
|
||||
typedef RDI_U32 RDI_BinarySectionFlags;
|
||||
@@ -765,6 +767,8 @@ X(fds, 97)\
|
||||
X(fip, 98)\
|
||||
X(fdp, 99)\
|
||||
X(mxcsr_mask, 100)\
|
||||
X(cetmsr, 101)\
|
||||
X(cetssp, 102)\
|
||||
|
||||
#define RDI_TopLevelInfo_XList \
|
||||
X(RDI_Arch, arch)\
|
||||
|
||||
Reference in New Issue
Block a user