index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2026-05-22
Refactor calling convention Rust API to allow default implementations
Rusty Wagner
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-04-15
RISC-V: Special handling for 0000 (trap).
Alexander Taylor
2026-01-11
[Rust] Enter more session scoped tracing spans for debug info and binary view...
Mason Reed
2026-01-11
[Rust] Replace `log` with `tracing`
Mason Reed
2025-12-10
[Rust] Remove `UnusedRegisterStackInfo` and update architecture documentation
Mason Reed
2025-12-10
[Rust] Move architecture module code into more reasonable files
Mason Reed
2025-12-05
[Rust] Fix misc clippy lints and warnings
Mason Reed
2025-05-12
[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`
Mason Reed
2025-05-12
[Rust] Remove unneeded mut from Architecture trait signatures
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-01-25
Rust refactor
Mason Reed
2024-11-30
Run `cargo fmt` on RISC-V architecture
Mason Reed
2024-11-30
Remove temp register in JALR RISC-V when unused
Mason Reed
2024-11-30
Update RISC-V function import recognizer
Mason Reed
2024-11-29
Fix RISC-V JALR lift when rs1==rd
Mitchell Johnson
2024-11-25
RISC-V: Implements MULH, MULHU, MULHSU lifting
Jean-Michel Deva
2024-11-11
Add actual logger api to rust
Mason Reed
2024-11-04
Remove ability to panic on pre-initialized logger in rust
Mason Reed
2024-08-22
Specialize relocation warning for 32-bit/64-bit.
Alexander Taylor
2024-06-19
Add data_variable_at_address and fixed the type propagation issue in riscv
Zichuan Li
2024-06-11
More descriptive error for TP-relative reloc.
Alexander Taylor
2024-05-24
arch: multiple delay slot support, suppress spurious mips warning
Ryan Snyder
2024-05-01
riscv: account for minor rust API updates
Ryan Snyder
2024-04-09
riscv : Remove uses of BnString per #5244
KyleMiles
2024-03-20
Implement Hash, PartialEq & Eq for riscv Register
mason
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-03-08
Fix RISC-V CSRRW, CSRRS, and CSRRC instr disass
Pete Dietl
2024-01-04
Add RISC-V relocations required by Linux kernel modules
Rusty Wagner
2024-01-04
Add RISC-V architecture plugin
Rusty Wagner