diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 0f49039f..a726b843 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3238,6 +3238,9 @@ __attribute__ ((format (printf, 1, 2))) int64_t offset; RegisterValue(); + + bool IsConstant() const; + static RegisterValue FromAPIObject(const BNRegisterValue& value); BNRegisterValue ToAPIObject(); }; |
