diff options
| author | Peter LaFosse <peter@vector35.com> | 2023-06-21 16:12:15 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2023-06-21 16:12:15 -0400 |
| commit | 9f1ded021920a3187250e18fe08c7457be4417dd (patch) | |
| tree | 3a118be14d5dccc7204b8f885618be5ce056e5ab /binaryninjaapi.h | |
| parent | 067e49d16da566d51edf2af77b9c8a0f796809d0 (diff) | |
Allow copy & copy-as to operate on 'full' string instead of string annotation
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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` |
