summaryrefslogtreecommitdiff
path: root/rust/src/hlil/function.rs
AgeCommit message (Collapse)Author
2024-04-30Add HLIL APIs to fetch the root or by instruction index, and expose the ↵Rusty Wagner
operation size in the Rust API
2024-03-18Move `ILFunction` trait into `operand_iter.rs` to make it privateMichael Krasnitski
2024-03-18Remove BNInstruction associated type from ILFunction traitMichael Krasnitski
2024-03-18Refactor HLIL instructionsMichael Krasnitski
Similar to MLIL. Also, reintroduce `LiftedJump` and `LiftedLabel` types.
2024-02-02Rust API : Add HLIL BindingsRubens Brandao