From d0c8cf49ecb114b81007920b2e4e2b1ae168dbc4 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 13 Jul 2018 10:47:56 -0400 Subject: Add dataRelocation field to RelocationInfo --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 4eb6d3f7..a900a695 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1120,6 +1120,7 @@ extern "C" size_t symbolIndex; // Index into symbol table size_t sectionIndex; // Index into the section table uint64_t address; // Absolute address or segment offset + bool dataRelocation; // This relocation is effecting data not code }; struct BNInstructionTextToken -- cgit v1.3.1