summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2015-12-29 16:11:53 -0500
committerRusty Wagner <rusty@vector35.com>2015-12-29 16:11:53 -0500
commit88c7de7a9d390d2e99d14d1ce6837729a69e900d (patch)
tree0b54a2508723ae416a1b9011bad346590b36c8b0 /binaryninjaapi.h
parent73d4094f1d3f666c30f7533231261eb375cef6e8 (diff)
Show cross references for entire range when selecting multiple bytes
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index c7bb0dd7..6ebdf22d 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -588,6 +588,7 @@ namespace BinaryNinja
std::vector<Ref<BasicBlock>> GetBasicBlocksForAddress(uint64_t addr);
std::vector<ReferenceSource> GetCodeReferences(uint64_t addr);
+ std::vector<ReferenceSource> GetCodeReferences(uint64_t addr, uint64_t len);
Ref<Symbol> GetSymbolByAddress(uint64_t addr);
Ref<Symbol> GetSymbolByRawName(const std::string& name);