diff options
| author | Mason Reed <mason@vector35.com> | 2025-05-11 21:00:24 -0400 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-05-12 17:45:24 -0400 |
| commit | e2fac46543527d27eab2fc77cf19a4f715438857 (patch) | |
| tree | 00a7bf0d381781c049658c104f295830fda448cd /rust/tests | |
| parent | 5dce2937456a59b951ebba720b1077d1e2e7e836 (diff) | |
[Rust] Simplify operand list retrieval for MLIL and HLIL
Diffstat (limited to 'rust/tests')
| -rw-r--r-- | rust/tests/medium_level_il.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/tests/medium_level_il.rs b/rust/tests/medium_level_il.rs index 7f73cde3..b8c1c108 100644 --- a/rust/tests/medium_level_il.rs +++ b/rust/tests/medium_level_il.rs @@ -1,6 +1,8 @@ use binaryninja::binary_view::BinaryViewExt; use binaryninja::headless::Session; -use binaryninja::medium_level_il::{MediumLevelILInstructionKind, MediumLevelILLiftedInstructionKind, MediumLevelInstructionIndex}; +use binaryninja::medium_level_il::{ + MediumLevelILInstructionKind, MediumLevelILLiftedInstructionKind, MediumLevelInstructionIndex, +}; use std::path::PathBuf; #[test] |
