diff options
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 86035355..c4aac243 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1149,7 +1149,8 @@ extern "C" ELFCopyRelocationType, ELFJumpSlotRelocationType, StandardRelocationType, - IgnoredRelocation + IgnoredRelocation, + UnhandledRelocation }; #define MAX_RELOCATION_SIZE 8 struct BNRelocationInfo |
