From 7e8de24c479672261b8a5c9911cac8800bad180b Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 3 Jan 2024 15:56:01 -0700 Subject: Add GetRelocationsAt API --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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> GetRelocationRanges() const; std::vector> GetRelocationRangesAtAddress(uint64_t addr) const; bool RangeContainsRelocation(uint64_t addr, size_t size) const; + std::vector> GetRelocationsAt(uint64_t addr) const; /*! Provides a mechanism for receiving callbacks for various analysis events. -- cgit v1.3.1