summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-02-05 09:13:57 -0500
committerBrian Potchik <brian@vector35.com>2023-02-05 09:13:57 -0500
commitc96746fdfe06366549717cf233d280fba22d7322 (patch)
tree543140b3dc20de6f7efd965c96473b607e8cd501 /binaryninjaapi.h
parent0fa4582e13e9a3cb8a4ac662cfef0a0735ad4a78 (diff)
Add IsConstantData to the C++ RegisterValue 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 5be1d760..7ad86999 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -8365,6 +8365,7 @@ namespace BinaryNinja {
RegisterValue();
bool IsConstant() const;
+ bool IsConstantData() const;
static RegisterValue FromAPIObject(const BNRegisterValue& value);
BNRegisterValue ToAPIObject();