Skip to content

Commit 68ac3ce

Browse files
committed
Add ILIsCFGProtected attribute
1 parent 6955825 commit 68ac3ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

binaryninjacore.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,10 @@ extern "C"
932932
SrcInstructionUsesPointerAuth = 0x10,
933933

934934
// Prevents alias analysis from being performed on the instruction
935-
ILPreventAliasAnalysis = 0x20
935+
ILPreventAliasAnalysis = 0x20,
936+
937+
// Set on and instruction that has been re-written to clarify ControlFlowGuard constructs
938+
ILIsCFGProtected = 0x40
936939
} BNILInstructionAttribute;
937940

938941
typedef enum BNIntrinsicClass

0 commit comments

Comments
 (0)