diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-08-27 16:49:15 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-08-27 16:49:15 -0400 |
| commit | 01b35b4c1aff666a151e8a34149412b91c44eae0 (patch) | |
| tree | 8447cd842d1aa06ec22fe88ed59a0fe0e0d56aa5 | |
| parent | fe925b01df7934785aa5dc67d23c577f13ad42e6 (diff) | |
Add AUTOCOERCE flag for relocation handlers
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a8ef21c8..4d33ce58 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -64,6 +64,7 @@ #define LLIL_GET_TEMP_REG_INDEX(n) ((n) & 0x7fffffff) #define BN_INVALID_REGISTER 0xffffffff +#define BN_AUTOCOERCE_EXTERN_PTR 0xfffffffd #define BN_NOCOERCE_EXTERN_PTR 0xfffffffe #define BN_INVALID_OPERAND 0xffffffff |
