diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-05-13 08:34:08 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-05-13 21:23:03 -0400 |
| commit | 92a7b85b7a0868f62db224f8b213027d3658f912 (patch) | |
| tree | 5cdb8e229303985193b7f4cff8d0f98158cf58a5 /ui | |
| parent | 3021a6889ba7bd36ffd2dd2ce5000284c2d95318 (diff) | |
Add stack adjustment helper.
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
