diff options
Diffstat (limited to 'highlevelilinstruction.h')
| -rw-r--r-- | highlevelilinstruction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index 2e10c485..9be7d7c5 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -405,6 +405,10 @@ namespace BinaryNinja void SetAttribute(BNILInstructionAttribute attribute, bool state = true); void ClearAttribute(BNILInstructionAttribute attribute); + std::optional<DerivedString> GetDerivedStringReference() const; + void SetDerivedStringReference(const DerivedString& str); + void RemoveDerivedStringReference(); + size_t GetInstructionIndex() const; HighLevelILInstruction GetInstruction() const; |
