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
Age
Commit message (
Expand
)
Author
2025-07-15
Move LLIL instruction retrieval into the LLIL function where it belongs
Mason Reed
2025-07-04
[Rust] Fix double precision expression low level IL definition
Mason Reed
2025-07-04
[WARP] Fix possible skipped instructions when multiple IL expressions are app...
Mason Reed
2025-07-04
[Rust] Add missing `ADD_OVERFLOW`, `TEST_BIT` and `LLIL_REG_STACK_FREE_REG` l...
Mason Reed
2025-07-02
[Rust] Add missing `LLIL_FLOAT_CONST` low level IL expression
Mason Reed
2025-07-02
[Rust] Add missing `LLIL_FLAG_GROUP` and `LLIL_FLAG_COND` lifted IL expressions
Mason Reed
2025-07-02
[Rust] Misc things for WARP
Mason Reed
2025-07-02
[Rust] Add `LowLevelILExpression::{value, possible_values, possible_values_wi...
Mason Reed
2025-05-31
[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...
Mason Reed
2025-05-30
[Rust] Express expression vs instruction index for MLIL and HLIL APIs
Mason Reed
2025-05-30
[Rust] Map LLIL_UNDEF to LowLevelILExpressionKind::Undef
Mark Rowe
2025-05-30
[Rust] Add support for LLIL_SEPARATE_PARAM_LIST_SSA
Mark Rowe
2025-05-30
[Rust] Add support for LLIL_REG_PHI / LLIL_MEM_PHI / LLIL_FLAG_PHI
Mark Rowe
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] Have LowLevelILBlock derive Clone rather than manually implementing it
Mark Rowe
2025-05-30
[Rust] Allow mapping between SSA and non-SSA forms of instructions / expressions
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] Add Assert and ForceVersion LLIL operations
Mason Reed
2025-05-12
[Rust] Support SSA form properly in low level IL
Mason Reed
2025-05-12
[Rust] Misc clippy lints
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-31
Fix misc clippy lints
Mason Reed
2025-01-31
Add LLIL_REG_STACK_POP and LLIL_REG_STACK_PUSH to Rust API
Mason Reed
2025-01-25
Rust refactor
Mason Reed