diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-09-02 20:32:10 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-09-02 20:32:10 -0400 |
| commit | 097a2e4c8849d4938d8a027985ce3816fd9785ed (patch) | |
| tree | e7815926a99553e8ab9b25e1ff7a8b85d5709864 | |
| parent | f0ccb75e7d80a6c0ae8b01d794b929f03bc6ea6d (diff) | |
Add target field field to BNRelocationInfo structure
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 71f7f34a..6597b335 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1148,6 +1148,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 + uint64_t target; // Target (set automatically) bool dataRelocation; // This relocation is effecting data not code uint8_t relocationDataCache[MAX_RELOCATION_SIZE]; struct BNRelocationInfo* prev; // Link to relocation another related relocation |
