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
/
instruction.rs
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-07-06
[Rust] Fix MLIL function expression index usage in place of instruction index
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-02-14
uidf refactor
Ryan Snyder
2025-02-06
Add After variants for looking up variables at instructions
Glenn Smith
2025-01-25
Rust refactor
Mason Reed