We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955825 commit 68ac3ceCopy full SHA for 68ac3ce
binaryninjacore.h
@@ -932,7 +932,10 @@ extern "C"
932
SrcInstructionUsesPointerAuth = 0x10,
933
934
// Prevents alias analysis from being performed on the instruction
935
- ILPreventAliasAnalysis = 0x20
+ ILPreventAliasAnalysis = 0x20,
936
+
937
+ // Set on and instruction that has been re-written to clarify ControlFlowGuard constructs
938
+ ILIsCFGProtected = 0x40
939
} BNILInstructionAttribute;
940
941
typedef enum BNIntrinsicClass
0 commit comments