summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2023-06-21 16:12:15 -0400
committerPeter LaFosse <peter@vector35.com>2023-06-21 16:12:15 -0400
commit9f1ded021920a3187250e18fe08c7457be4417dd (patch)
tree3a118be14d5dccc7204b8f885618be5ce056e5ab /binaryninjaapi.h
parent067e49d16da566d51edf2af77b9c8a0f796809d0 (diff)
Allow copy & copy-as to operate on 'full' string instead of string annotation
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 63293812..7baa9606 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4770,6 +4770,7 @@ namespace BinaryNinja {
AnalysisInfo GetAnalysisInfo();
BNAnalysisProgress GetAnalysisProgress();
Ref<BackgroundTask> GetBackgroundAnalysisTask();
+ size_t GetFullStringSize(uint64_t addr, BNStringType type);
/*! Returns the virtual address of the Function that occurs after the virtual address `addr`