Skip to content

Commit 92a7b85

Browse files
committed
Add stack adjustment helper.
1 parent 3021a68 commit 92a7b85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ std::optional<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSe
3636

3737
std::optional<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSetForILToken(View* view, HighlightTokenState token);
3838
std::optional<uint64_t> BINARYNINJAUIAPI getAddressOfILTokenExpr(View* view, HighlightTokenState token);
39+
void BINARYNINJAUIAPI setCallStackAdjustment(QWidget* parent, FunctionRef func, ArchitectureRef arch, uint64_t instrAddress);
3940

4041
// Resolve the address of the call instruction that the user is currently on,
4142
// given the active function, architecture, IL view, highlight, and cursor

0 commit comments

Comments
 (0)