File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ class BINARYNINJAUIAPI FlowGraphWidget :
201
201
void selectAll ();
202
202
void selectNone ();
203
203
void navigateToHighlightedToken ();
204
+ std::optional<uint64_t > addressForCall ();
204
205
205
206
uint64_t getTokenAddress ();
206
207
Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ private Q_SLOTS:
376
376
377
377
void editInstruction ();
378
378
void instrEditDoneEvent ();
379
+ std::optional<uint64_t > addressForCall ();
379
380
380
381
void setCurrentVariableDeadStoreElimination (BNDeadStoreElimination elimination);
381
382
@@ -470,7 +471,6 @@ private Q_SLOTS:
470
471
471
472
bool singleFunctionView () const { return m_singleFunctionView; }
472
473
void setSingleFunctionView (bool singleFunctionView);
473
- std::optional<uint64_t > addressForCall ();
474
474
475
475
static void registerActions ();
476
476
You can’t perform that action at this time.
0 commit comments