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 552c01f commit 7769c88Copy full SHA for 7769c88
binaryninjacore.h
@@ -1015,7 +1015,10 @@ extern "C"
1015
ILPreventAliasAnalysis = 0x20,
1016
1017
// Set on and instruction that has been re-written to clarify ControlFlowGuard constructs
1018
- ILIsCFGProtected = 0x40
+ ILIsCFGProtected = 0x40,
1019
+
1020
+ // MLIL instruction appears to be an otherwise unused intermediate
1021
+ MLILPossiblyUnusedIntermediate = 0x80,
1022
} BNILInstructionAttribute;
1023
1024
typedef enum BNIntrinsicClass
0 commit comments