summaryrefslogtreecommitdiff
path: root/rust/src/mlil
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-05-30fix cargo doc warningsGalen Williamson
2024-05-28Implement python MLIL related functionsRubens Brandao
2024-05-28fix multiple memory leaks related to CStr/BnStringRubens Brandao
2024-05-20Fix ARM64 Linux buildRusty Wagner
2024-05-20Implement python Function methods to rustRubens Brandao
2024-04-30Add MLIL APIs for getting by instruction index, and expose the operation size...Rusty Wagner
2024-04-09Add index field to IL instructionsMichael Krasnitski
2024-04-09Add name method to MLIL and HLIL lifted instructionsMichael Krasnitski
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-18Use BTreeMap for jump targets to ensure deterministic iteration orderMichael Krasnitski
2024-03-18Adjust importsMichael Krasnitski
2024-03-18Rename `LiftedConstantData` to `LiftedConstData`Michael Krasnitski
2024-03-18Make `OperandIter` generic over its function ILMichael Krasnitski
2024-03-18Rename `mlil::operation::ConstantData` to `ConstData` to mirror HLILMichael Krasnitski
2024-03-18Instantiate `MediumLevelILInstruction` inline and remove constructorsMichael Krasnitski
2024-03-18Refactor MLIL instructionsMichael Krasnitski
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-04Rust API : Fix some clippy warningsKyleMiles
2023-11-21add mlil to rustRubens Brandao