summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h
index 9eee935e..2b1ab86c 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -43,3 +43,6 @@ uint64_t BINARYNINJAUIAPI getInnerMostStructureOffset(
// Auto generate a structure name
std::string BINARYNINJAUIAPI createStructureName(BinaryViewRef data);
+
+std::optional<BinaryNinja::Variable> BINARYNINJAUIAPI getSplitVariableForAssignment(
+ FunctionRef func, BNFunctionGraphType ilType, uint64_t location, const BinaryNinja::Variable& var);