summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-11-25 09:55:18 -0500
committerBrian Potchik <brian@vector35.com>2024-11-25 09:55:18 -0500
commit2855fed4b2603b7921a0b053e5f27217fe9a46d7 (patch)
tree6a4802202122658ab7bad1080a7fee528bdc84ee /binaryninjaapi.h
parent004afdfbb47d91346191ab63be1d5a5d625704d4 (diff)
Fix placeholder deprecation decorators and versions.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 71b506e0..941c7541 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4949,7 +4949,7 @@ namespace BinaryNinja {
/*! GetOriginalBase queries for the original image base in the BinaryView, unaffected by any rebasing operations
- \deprecated This API has been deprecated in favor of GetOriginalImageBase in 4.0.xxxx
+ \deprecated This API has been deprecated in favor of GetOriginalImageBase in 4.1.5902
\return the original image base of the BinaryView
*/
@@ -4958,7 +4958,7 @@ namespace BinaryNinja {
/*! SetOriginalBase sets the original image base in the BinaryView, unaffected by any rebasing operations.
* This is only intended to be used by Binary View implementations to provide this value. Regular users should
* NOT change this value.
- \deprecated This API has been deprecated in favor of SetOriginalImageBase in 4.0.xxxx
+ \deprecated This API has been deprecated in favor of SetOriginalImageBase in 4.1.5902
\param base the original image base of the binary view
*/
@@ -6689,7 +6689,7 @@ namespace BinaryNinja {
std::vector<std::string> GetUniqueSectionNames(const std::vector<std::string>& names);
/*! Get the list of allocated ranges
- \deprecated This API has been deprecated in favor of GetMappedAddressRanges in 4.0.xxxx
+ \deprecated This API has been deprecated in favor of GetMappedAddressRanges in 4.1.5902
\return The list of allocated ranges
*/