temporarily turn off symbol server stuff - switch off spoof for step-over

This commit is contained in:
Ryan Fleury
2026-06-09 09:27:23 -07:00
parent 132751777f
commit 9955c8c1a7
16 changed files with 159 additions and 76 deletions
+1
View File
@@ -396,6 +396,7 @@ typedef RDI_U8 RDI_SymbolFlags;
typedef enum RDI_SymbolFlagsEnum
{
RDI_SymbolFlag_IsParam = 0x1,
RDI_SymbolFlag_IsThunk = 0x2,
} RDI_SymbolFlagsEnum;
typedef RDI_U8 RDI_LocationKind;