summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-04-11 16:46:46 -0400
committerBrian Potchik <brian@vector35.com>2019-04-11 16:46:46 -0400
commit5e03e100bd0dcf5033476be3c3ab3ccad86532e6 (patch)
tree11bd229467247e9c344cf2a9ea13159f7799256b /binaryninjaapi.h
parent5e0e2f6c667e34f38c7d28d0f40f6d10d9d41492 (diff)
Add GetStringAtAddress to the API.
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 9fe63e43..6c7b05b8 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1403,6 +1403,7 @@ namespace BinaryNinja
bool SkipAndReturnValue(Architecture* arch, uint64_t addr, uint64_t value);
size_t GetInstructionLength(Architecture* arch, uint64_t addr);
+ bool GetStringAtAddress(uint64_t addr, BNStringReference& strRef);
std::vector<BNStringReference> GetStrings();
std::vector<BNStringReference> GetStrings(uint64_t start, uint64_t len);