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
/
architecture.rs
Age
Commit message (
Expand
)
Author
2026-05-28
[Rust] Misc formatting
Mason Reed
2026-05-27
Apply symbols and types to TMS320C6x ELFs
Brandon Miller
2026-05-27
Rust APIs for custom function lifters
Brandon Miller
2026-05-22
Refactor calling convention Rust API to allow default implementations
Rusty Wagner
2026-03-23
[Swift] Add arm64 calling conventions
Mark Rowe
2026-02-16
Share context between BB recovery, lifing, and disassembly
Brandon Miller
2026-01-27
Perform function lifting and inlining in arch plugins
Brandon Miller
2026-01-11
[Rust] Replace `log` with `tracing`
Mason Reed
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-10
[Rust] More architecture module documentation and misc cleanup
Mason Reed
2025-12-10
[Rust] Remove `UnusedRegisterStackInfo` and update architecture documentation
Mason Reed
2025-12-10
[Rust] Add misc documentation
Mason Reed
2025-12-10
[Rust] Move architecture module code into more reasonable files
Mason Reed
2025-12-10
[Rust] Remove redundant `ArchAndAddr` type
Mason Reed
2025-10-22
Add setter for BB analysis context max_size_reached
Brandon Miller
2025-10-02
[Rust] Improvements to LLIL flag and intrinsic operations
James Johnson
2025-09-29
Fix rust warnings about lifetimes introduced by 1.89.0
Josh Ferrell
2025-09-29
Rust APIs needed for guided analysis mode
Brandon Miller
2025-09-29
Rust bindings for custom basic block analysis
Brandon Miller
2025-07-15
[Rust] Add `BinaryView::search` and friends
Mason Reed
2025-07-02
[Rust] Make `CoreArchitecture::from_raw` public
Mason Reed
2025-06-25
Temporary fix for Rust API.
Alexander Taylor
2025-06-25
Fix reported `cargo fmt` errors from Rust CI.
Alexander Taylor
2025-06-23
Perform BB analysis from Architecture C++ API
Brandon Miller
2025-05-12
[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`
Mason Reed
2025-05-12
[Rust] Add `CoreRegister` name to the `Debug` impl
Mason Reed
2025-05-12
[Rust] Remove unneeded mut from Architecture trait signatures
Mason Reed
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-12
[Rust] More cleanup
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
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-03-28
belated copyright year update
Jordan Wiens
2025-03-10
Add missing nullptr check for `cb_free_type_list` in Rust API
Mason Reed
2025-01-31
Add LLIL_REG_STACK_POP and LLIL_REG_STACK_PUSH to Rust API
Mason Reed
2025-01-27
Update some rust impl Debug
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-12-14
Pass length to free flag conditions list callback and remove libc from rust api
Mason Reed
2024-12-14
Pass length to free register list callback
Mason Reed
2024-10-19
Add ArchitectureExt::calling_conventions to rust api
Mason Reed
2024-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-24
arch: multiple delay slot support, suppress spurious mips warning
Ryan Snyder
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-05-10
Rust API : Misc cargo clippy fixes
KyleMiles
2024-05-09
fix rust doc code
Rubens Brandao
2024-05-01
rust: account for changes to NameAndType bindings
Ryan Snyder
2024-05-01
Merge branch 'fix-vec-leak' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
[next]