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
/
low_level_il
/
function.rs
Age
Commit message (
Expand
)
Author
2026-06-08
[Rust] Fix typing in get_ssa_memory_definition
HEAD
extended-rust-llil
gerard
2026-06-08
Port get_ssa_memory_definition to rust
gerard
2026-05-27
Rust APIs for custom function lifters
Brandon Miller
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-10
[Rust] Add `LowLevelILSSARegister` type (#7745)
Mason Reed
2025-12-10
[Rust] Fix crash when calling `LowLevelILFunction::generate_ssa_form` without...
Mason Reed
2025-12-04
Pass arch to finalized LowLevelILFunction (#7729)
Truman Kilen
2025-09-30
Fix rust api formatting warnings
Josh Ferrell
2025-09-29
Fix rust warnings about lifetimes introduced by 1.89.0
Josh Ferrell
2025-09-29
Fix Rust LowLevelILFunction owner function method
Brandon Miller
2025-08-27
[Rust] Fix a couple of oversights in the API
Mark Rowe
2025-08-27
[Rust] Add LowLevelILFunction::{get_ssa_register_value, get_ssa_flag_value}
Mark Rowe
2025-07-15
Move LLIL instruction retrieval into the LLIL function where it belongs
Mason Reed
2025-07-04
[WARP] Fix possible skipped instructions when multiple IL expressions are app...
Mason Reed
2025-07-02
[Rust] Misc things for WARP
Mason Reed
2025-05-31
[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...
Mason Reed
2025-05-30
[Rust] Support retrieving use / def of SSA registers in LLIL
Mark Rowe
2025-05-30
[Rust] Add LowLevelILInstruction::basic_block / LowLevelILFunction::basic_blo...
Mark Rowe
2025-05-30
[Rust] Make LowLevelIL{Expression,Instruction} implement Copy
Mark Rowe
2025-05-12
[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`
Mason Reed
2025-05-12
[Rust] Support SSA form properly in low level IL
Mason Reed
2025-05-12
[Rust] Remove Architecture trait bound on LLIL related structures
Mason Reed
2025-05-12
[Rust] Pretty print LLIL sub expressions
Mason Reed
2025-04-26
Add generate_ssa_form to LowLevelILFunction
Mark Rowe
2025-03-28
belated copyright year update
Jordan Wiens
2025-01-25
Rust refactor
Mason Reed