From 3cc05db3e42d402cb03fe3fb8ca582e3ded882f7 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 23 Oct 2018 22:29:15 -0400 Subject: Add new APIs for querying data references --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') 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 GetCodeReferences(uint64_t addr); std::vector GetCodeReferences(uint64_t addr, uint64_t len); + std::vector GetDataReferences(uint64_t addr); + std::vector GetDataReferences(uint64_t addr, uint64_t len); Ref GetSymbolByAddress(uint64_t addr, const NameSpace& nameSpace=NameSpace()); Ref GetSymbolByRawName(const std::string& name, const NameSpace& nameSpace=NameSpace()); -- cgit v1.3.1