diff options
| author | Xusheng <xusheng@vector35.com> | 2022-12-22 12:39:37 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-12-22 12:39:37 +0800 |
| commit | 136b62b07fab1f5cf3b9edc593056aea26e0c8d0 (patch) | |
| tree | c76d9da63185d2f6e6b9c0a847484c923b68b68d /ui/flowgraphwidget.h | |
| parent | c63b8a9cdc019fcf81112423017127d3cdbed4d8 (diff) | |
Properly detect function header in flow graph widget. Fix https://github.com/Vector35/binaryninja-api/issues/3753
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
