index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2026-01-27
Perform function lifting and inlining in arch plugins
Brandon Miller
2026-01-20
[Rust] Fix UB for basic block analysis context out params (#7908)
Mason Reed
2026-01-14
Allow controlling which address is used for instructions created when inlinin...
Mark Rowe
2026-01-13
[Rust] Fix misc doc comments missing
Mason Reed
2026-01-13
[Rust API] Add BinaryViewExt::{tags_all_scopes, tag_types, tags_by_type}
Josh Ferrell
2026-01-11
[Rust] More session scoped logs
Mason Reed
2026-01-11
[Rust] Add top level documentation to `tracing` and `logger`
Mason Reed
2026-01-11
[Rust] Fix old rust toolchain version being used when checking Rust API
Mason Reed
2026-01-11
[Rust] Update examples to use tracing
Mason Reed
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
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-29
Fix QualifiedName::default() incorrectly creating QualifiedName with empty se...
Truman Kilen
2025-12-25
[Rust API] Add TypeBuilder::set_signed
Josh Ferrell
2025-12-24
[Rust] Fix `BinaryViewExt::address_comments` leaking and refactor
Mason Reed
2025-12-24
[Rust API] Add BinaryViewExt.address_comments
Josh Ferrell
2025-12-15
Add PossibleValueSet operation APIs and fixes to PVS python API
Josh Ferrell
2025-12-15
[Rust] Return Array in more debug info functions (#7744)
Mason Reed
2025-12-15
[Rust] Misc `QualifiedName` cleanup
Mason Reed
2025-12-15
[Rust] Move `QualifiedName` to own module
Mason Reed
2025-12-15
[Rust] Misc documentation and internal cleanup of types module
Mason Reed
2025-12-15
[Rust] Restructure type APIs into `types` module
Mason Reed
2025-12-15
[Rust] Add `Function::defined_symbol` to use when getting the default functio...
Mason Reed
2025-12-13
[Rust] Add more type library examples (#7786)
Mason Reed
2025-12-11
[Rust] Implement data notification API
Rubens Brandão
2025-12-10
[Rust] Fix untyped `expr_idx` within MLIL `ILReferenceSource`
Mason Reed
2025-12-10
[Rust] Add APIs to retrieve type archives for a binary view
Mason Reed
2025-12-10
[Rust] New type for `TypeArchiveId`
Mason Reed
2025-12-10
[Rust] Add module comment to data renderer
Mason Reed
2025-12-10
[Rust] Refactor `AnalysisProgress` returned from `BinaryViewExt::analysis_pro...
Mason Reed
2025-12-10
[Rust] Remove deprecated MLIL functions
Mason Reed
2025-12-10
[Rust] Impl `Display` for `FileMetadata`
Mason Reed
2025-12-10
[Rust] Impl `Display` for `Symbol`
Mason Reed
2025-12-10
[Rust] Add string reader helpers and fix `analysis_info`
Mason Reed
2025-12-10
[Rust] More architecture module documentation and misc cleanup
Mason Reed
2025-12-10
[Rust] Add simple architecture tests
Mason Reed
2025-12-10
[Rust] Make `InstructionTextToken` field `expr_index` optional
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] Misc cleanup for ABB
Mason Reed
2025-12-10
[Rust] Impl `Display` for `VersionInfo`
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-12-10
[Rust] Fix leaking list in `Function::guided_source_blocks`
Mason Reed
2025-12-10
[Rust] Add `LowLevelILSSARegister` type (#7745)
Mason Reed
2025-12-10
[Rust] Fix crash when calling `LowLevelILFunction::generate_ssa_form` without...
Mason Reed
2025-12-05
[Rust] Fix misc clippy lints and warnings
Mason Reed
2025-12-04
Pass arch to finalized LowLevelILFunction (#7729)
Truman Kilen
2025-11-25
Fix rust documentation warnings.
Brian Potchik
2025-11-24
Add APIs for getting files in a project folder
Josh Ferrell
[next]