diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 958697c7..1fdb74d2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1357,6 +1357,8 @@ namespace BinaryNinja std::vector<ReferenceSource> GetCodeReferences(uint64_t addr); std::vector<ReferenceSource> GetCodeReferences(uint64_t addr, uint64_t len); + std::vector<uint64_t> GetDataReferences(uint64_t addr); + std::vector<uint64_t> GetDataReferences(uint64_t addr, uint64_t len); Ref<Symbol> GetSymbolByAddress(uint64_t addr, const NameSpace& nameSpace=NameSpace()); Ref<Symbol> GetSymbolByRawName(const std::string& name, const NameSpace& nameSpace=NameSpace()); |
