diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-04-26 18:25:36 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-04-30 13:12:21 -0400 |
| commit | f193132145f62cac0ffeebc3ff918ebf9dd37103 (patch) | |
| tree | b17b694dc990112236537d3d07e7dd976d498dcc /rust/src/mlil/lift.rs | |
| parent | 2cd83c7221f8587975bcfc7582eb5b8c73f1653e (diff) | |
Add MLIL APIs for getting by instruction index, and expose the operation size in the Rust API
Diffstat (limited to 'rust/src/mlil/lift.rs')
| -rw-r--r-- | rust/src/mlil/lift.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/mlil/lift.rs b/rust/src/mlil/lift.rs index 39e8e983..e8548b06 100644 --- a/rust/src/mlil/lift.rs +++ b/rust/src/mlil/lift.rs @@ -27,6 +27,7 @@ pub struct MediumLevelILLiftedInstruction { pub function: Ref<MediumLevelILFunction>, pub address: u64, pub index: usize, + pub size: usize, pub kind: MediumLevelILLiftedInstructionKind, } |
