diff options
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/commands.h b/ui/commands.h index c8634bf7..7fb3f539 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -95,6 +95,9 @@ std::optional<std::string> GetVariableNameFromExpr(BinaryNinja::Function* func, // typedef-ed type TypeRef GetFunctionType(BinaryViewRef data, TypeRef type); +std::optional<uint64_t> getFoldableExprAddress( + BinaryNinja::HighLevelILFunction* hlil, const HighlightTokenState& highlight); + /*! - @} + @} */ |
