diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-07-13 10:47:56 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-07-13 10:47:56 -0400 |
| commit | d0c8cf49ecb114b81007920b2e4e2b1ae168dbc4 (patch) | |
| tree | 5777c8ea156eadba5299f21d2dd2a39c7326ae18 | |
| parent | 5b8c3a4e8b9837275bf723e468d76d5430cce26b (diff) | |
Add dataRelocation field to RelocationInfo
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
