Skip to content

Commit 136b62b

Browse files
committed
Properly detect function header in flow graph widget. Fix Vector35#3753
1 parent c63b8a9 commit 136b62b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/flowgraphwidget.h

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ class BINARYNINJAUIAPI FlowGraphWidget :
204204

205205
uint64_t getTokenAddress();
206206

207+
bool isFunctionHeader();
208+
207209
public:
208210
FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef());
209211
~FlowGraphWidget();

0 commit comments

Comments
 (0)