diff options
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 010fc06a..0e05a7fc 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1044,6 +1044,9 @@ extern "C" // HLIL condition chain can be rewritten as a switch statement HLILSwitchRecoveryPossible = 0x800, + + // Cue for use-def heuristics to follow through simple copies (e.g., register windowing for Xtensa) + ILTransparentCopy = 0x1000, } BNILInstructionAttribute; typedef enum BNIntrinsicClass |
