summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-03-25 15:08:39 -0400
committerBrian Potchik <brian@vector35.com>2019-03-25 15:27:54 -0400
commit20362165f9fcfce7902c0c058754e4ddbe8b016f (patch)
tree497378cb70d69e465f2d45531996fe0f99a57a1c
parent3bf96e91b8c25d83676501b631a2dabbbc7ce664 (diff)
Add UnhandledRelocation type.
-rw-r--r--binaryninjacore.h3
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