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
/
medium_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
2026-05-22
Extend MLIL call instruction outputs to be expressions
Rusty Wagner
2026-05-11
[Rust] Fix off-by-one accesses to operand lists within MediumLevelILInstructi...
Mark Rowe
2025-12-10
[Rust] Fix untyped `expr_idx` within MLIL `ILReferenceSource`
Mason Reed
2025-12-10
[Rust] Remove deprecated MLIL functions
Mason Reed
2025-09-15
Deprecate some Rust MediumLevelILFunction methods in favor of Function implem...
Josh Ferrell
2025-09-03
Fix user stack var rust APIs
Josh Ferrell
2025-07-06
[Rust] Fix typo for `MediumLevelILFunction::live_instruction_for_variable` param
Mason Reed
2025-07-06
[Rust] Fix MLIL function expression index usage in place of instruction index
Mason Reed
2025-07-02
[Rust] Remove duplicate `BNGetMediumLevelILVariableDefinitions` wrapper function
Mason Reed
2025-06-13
[Rust] Misc API additions/docs and formatting fixes
Mason Reed
2025-05-31
[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...
Mason Reed
2025-05-30
[Rust] Finish out the `PossibleValueSet` implementation to include range and ...
Mason Reed
2025-05-30
[Rust] Express expression vs instruction index for MLIL and HLIL APIs
Mason Reed
2025-05-12
[Rust] Add missing instruction types to MLIL
Mason Reed
2025-05-12
[Rust] Simplify operand list retrieval for MLIL and HLIL
Mason Reed
2025-05-12
[Rust] Remove useless alias function
Mason Reed
2025-05-12
[Rust] Don't panic when a Rust plug-in encounters an unhandled MLIL instruction
Mark Rowe
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 usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-04
[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_form
Mark Rowe
2025-02-25
Fix misc rust doc test
Mason Reed
2025-02-18
Remove function from Debug impl of MediumLevelILLiftedInstruction in Rust API
Mason Reed
2025-02-17
Fix misc Rust formatting
Mason Reed
2025-02-14
uidf refactor
Ryan Snyder
2025-02-06
Add After variants for looking up variables at instructions
Glenn Smith
2025-01-30
Render Layers
Glenn Smith
2025-01-25
Rust refactor
Mason Reed