From 92a7b85b7a0868f62db224f8b213027d3658f912 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 13 May 2026 08:34:08 -0400 Subject: Add stack adjustment helper. --- ui/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/util.h b/ui/util.h index bd58f61a..57fbdde4 100644 --- a/ui/util.h +++ b/ui/util.h @@ -36,6 +36,7 @@ std::optional BINARYNINJAUIAPI getPossibleValueSe std::optional BINARYNINJAUIAPI getPossibleValueSetForILToken(View* view, HighlightTokenState token); std::optional BINARYNINJAUIAPI getAddressOfILTokenExpr(View* view, HighlightTokenState token); +void BINARYNINJAUIAPI setCallStackAdjustment(QWidget* parent, FunctionRef func, ArchitectureRef arch, uint64_t instrAddress); // Resolve the address of the call instruction that the user is currently on, // given the active function, architecture, IL view, highlight, and cursor -- cgit v1.3.1