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
/
high_level_il
Age
Commit message (
Expand
)
Author
2026-06-05
Add abs, min, and max instructions
Mark Rowe
2026-06-04
Add bswap, popcnt, clz, ctz, cls, and rbit instructions
Mark Rowe
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2025-09-24
Fix HighLevelILInstruction CoreArrayProvider using instr index instead of exp...
Josh Ferrell
2025-05-30
[Rust] Express expression vs instruction index for MLIL and HLIL APIs
Mason Reed
2025-05-12
[Rust] Simplify operand list retrieval for MLIL and HLIL
Mason Reed
2025-05-12
[Rust] Fix misc typos
Mason Reed
2025-05-12
[Rust] Implement `LanguageRepresentation` and `LineFormatter`
rbran
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-05-04
[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_form
Mark Rowe
2025-02-18
Fix the lifted GotoLabel in Rust printing the function in Debug impl
Mason Reed
2025-02-14
uidf refactor
Ryan Snyder
2025-01-31
Rust remove function ref from HighLevelILLiftedInstruction impl Debug
Mason Reed
2025-01-25
Rust refactor
Mason Reed