summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
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();