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
/
hlil
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-24
Fix do while condition and body being flipped in Rust HLIL bindings
Rusty Wagner
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-04-30
Add HLIL APIs to fetch the root or by instruction index, and expose the opera...
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
Rename `LiftedConstantData` to `LiftedConstData`
Michael Krasnitski
2024-03-18
Rearrange HLIL variants
Michael Krasnitski
2024-03-18
Instantiate `HighLevelILInstruction` inline and remove constructors
Michael Krasnitski
2024-03-18
Refactor HLIL instructions
Michael Krasnitski
2024-02-02
Rust API : Add HLIL Bindings
Rubens Brandao