diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-11-04 15:55:04 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-11-04 15:55:04 -0400 |
| commit | eacbbc9a3f955b21ea50a1ae49747d4df6498670 (patch) | |
| tree | d512df9825d7998db949776cdff759676eda41ae /binaryninjaapi.h | |
| parent | d2915cca83ac3ff5f89b3bf7c21327afd2b5338a (diff) | |
Expose RangeContainsRelocation
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a2f5b122..ff157886 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1723,6 +1723,7 @@ __attribute__ ((format (printf, 1, 2))) void DefineRelocation(Architecture* arch, BNRelocationInfo& info, Ref<Symbol> target, uint64_t reloc); std::vector<std::pair<uint64_t, uint64_t>> GetRelocationRanges() const; std::vector<std::pair<uint64_t, uint64_t>> GetRelocationRangesAtAddress(uint64_t addr) const; + bool RangeContainsRelocation(uint64_t addr, size_t size) const; void RegisterNotification(BinaryDataNotification* notify); void UnregisterNotification(BinaryDataNotification* notify); |
