diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2026-04-27 16:39:21 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2026-05-22 16:30:56 -0400 |
| commit | 08e34ac325743085911f96b62c81d9a1f2127806 (patch) | |
| tree | 4eb72a14340041bdce2d81b0633e8398adc4ddb4 /lowlevelilinstruction.h | |
| parent | aca1c6f63911057018341869b9aaf74f486a1474 (diff) | |
Extend MLIL call instruction outputs to be expressions
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 97f10c32..c7bbc7f4 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -533,6 +533,7 @@ namespace BinaryNinja const LowLevelILInstruction operator[](size_t i) const; operator _STD_VECTOR<LowLevelILInstruction>() const; + operator _STD_VECTOR<ExprId>() const; }; /*! |
