summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-08-02 12:10:15 +0800
committerXusheng <xusheng@vector35.com>2024-10-03 11:56:29 +0800
commite9c53f3c9a8cb2f28ea8047c1b9b12f0ea31968f (patch)
tree92c7e2eb5f16ba90208d97f0a2e51ef2d34cb366 /ui/flowgraphwidget.h
parent7e8d66a089e35d2424879a4121f47c9ea808a86f (diff)
Support forward type propagation for function/variable. Fix https://github.com/Vector35/binaryninja-api/issues/2725
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 7c6ad26c..667d088c 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -354,6 +354,9 @@ class BINARYNINJAUIAPI FlowGraphWidget :
void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
void changeType();
void inferStructureType(const UIActionContext& context);
+ void forwardPropagateType();
+ void inferFunctionType();
+ void propagateVariableTypeAndName();
void comment();
void addUserXref();
void functionComment();