summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2026-05-13 08:34:08 -0400
committerAlexander Taylor <alex@vector35.com>2026-05-13 21:23:03 -0400
commit92a7b85b7a0868f62db224f8b213027d3658f912 (patch)
tree5cdb8e229303985193b7f4cff8d0f98158cf58a5 /ui
parent3021a6889ba7bd36ffd2dd2ce5000284c2d95318 (diff)
Add stack adjustment helper.
Diffstat (limited to 'ui')
-rw-r--r--ui/util.h1
1 files changed, 1 insertions, 0 deletions
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<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSe
std::optional<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSetForILToken(View* view, HighlightTokenState token);
std::optional<uint64_t> 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