diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-03 15:56:01 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-04 12:42:14 -0700 |
| commit | 7e8de24c479672261b8a5c9911cac8800bad180b (patch) | |
| tree | 6992a8a6f59a46c4be93f7a4693b52fc871fbfce /binaryninjaapi.h | |
| parent | a9cfac7ff14d93ff22092366f99eb2dd3213ea7e (diff) | |
Add GetRelocationsAt API
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 9013b5ad..10a9b556 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4363,6 +4363,7 @@ namespace BinaryNinja { 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; + std::vector<Ref<Relocation>> GetRelocationsAt(uint64_t addr) const; /*! Provides a mechanism for receiving callbacks for various analysis events. |
