From f193132145f62cac0ffeebc3ff918ebf9dd37103 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 26 Apr 2024 18:25:36 -0400 Subject: Add MLIL APIs for getting by instruction index, and expose the operation size in the Rust API --- rust/src/mlil/lift.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/mlil/lift.rs') 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, pub address: u64, pub index: usize, + pub size: usize, pub kind: MediumLevelILLiftedInstructionKind, } -- cgit v1.3.1