From 136b62b07fab1f5cf3b9edc593056aea26e0c8d0 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 22 Dec 2022 12:39:37 +0800 Subject: Properly detect function header in flow graph widget. Fix https://github.com/Vector35/binaryninja-api/issues/3753 --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 3d529433..08e45aa6 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -204,6 +204,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : uint64_t getTokenAddress(); + bool isFunctionHeader(); + public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); ~FlowGraphWidget(); -- cgit v1.3.1