index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
mlil
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-05-30
fix cargo doc warnings
Galen Williamson
2024-05-28
Implement python MLIL related functions
Rubens Brandao
2024-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-20
Fix ARM64 Linux build
Rusty Wagner
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-04-30
Add MLIL APIs for getting by instruction index, and expose the operation size...
Rusty Wagner
2024-04-09
Add index field to IL instructions
Michael Krasnitski
2024-04-09
Add name method to MLIL and HLIL lifted instructions
Michael Krasnitski
2024-03-18
Move `ILFunction` trait into `operand_iter.rs` to make it private
Michael Krasnitski
2024-03-18
Remove BNInstruction associated type from ILFunction trait
Michael Krasnitski
2024-03-18
Use BTreeMap for jump targets to ensure deterministic iteration order
Michael Krasnitski
2024-03-18
Adjust imports
Michael Krasnitski
2024-03-18
Rename `LiftedConstantData` to `LiftedConstData`
Michael Krasnitski
2024-03-18
Make `OperandIter` generic over its function IL
Michael Krasnitski
2024-03-18
Rename `mlil::operation::ConstantData` to `ConstData` to mirror HLIL
Michael Krasnitski
2024-03-18
Instantiate `MediumLevelILInstruction` inline and remove constructors
Michael Krasnitski
2024-03-18
Refactor MLIL instructions
Michael Krasnitski
2024-03-02
Add support for memory intrinsics.
Brian Potchik
2024-02-02
Rust API : Add HLIL Bindings
Rubens Brandao
2023-12-06
Add LLIL/MLIL instructions to describe integer vs. floating point argument usage
Rusty Wagner
2023-12-04
Rust API : Fix some clippy warnings
KyleMiles
2023-11-21
add mlil to rust
Rubens Brandao