From 20362165f9fcfce7902c0c058754e4ddbe8b016f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 25 Mar 2019 15:08:39 -0400 Subject: Add UnhandledRelocation type. --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1