summaryrefslogtreecommitdiff
path: root/rust/src/hlil/instruction.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-05-28fix multiple memory leaks related to CStr/BnStringRubens Brandao
2024-05-24Fix do while condition and body being flipped in Rust HLIL bindingsRusty Wagner
2024-05-20Implement python Function methods to rustRubens Brandao
2024-04-30Add HLIL APIs to fetch the root or by instruction index, and expose the opera...Rusty Wagner
2024-04-09Add index field to IL instructionsMichael Krasnitski
2024-03-18Rename `LiftedConstantData` to `LiftedConstData`Michael Krasnitski
2024-03-18Rearrange HLIL variantsMichael Krasnitski
2024-03-18Instantiate `HighLevelILInstruction` inline and remove constructorsMichael Krasnitski
2024-03-18Refactor HLIL instructionsMichael Krasnitski
2024-02-02Rust API : Add HLIL BindingsRubens Brandao