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
/
disassembly.rs
Age
Commit message (
Expand
)
Author
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-10
[Rust] Make `InstructionTextToken` field `expr_index` optional
Mason Reed
2025-10-22
[Rust] Misc formatting
Mason Reed
2025-10-21
Add derived strings and string recognizer API
Rusty Wagner
2025-10-07
[Rust] Implement custom data renderer API
LukBukkit
2025-09-29
Add a new line disassembly text token
Brandon Miller
2025-07-22
Fix non-clickable force analysis with rust render layer on
Mason Reed
2025-06-13
[Rust] Add `BinaryViewExt::strings` and `BinaryViewExt::strings_in_range`
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 `BnStrCompatible` trait
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-03-28
belated copyright year update
Jordan Wiens
2025-02-11
Rust API misc formatting
Mason Reed
2025-02-11
Fix Rust InstructionTextTokenKind not consulting the string token context
Mason Reed
2025-02-07
Implement Rust DisassemblyTextRenderer
Rubens Brandao
2025-01-30
Render Layers
Glenn Smith
2025-01-25
Rust refactor
Mason Reed
2024-07-09
Fix double-free with `Array<InstructionTextToken>`
Rubens Brandao
2024-07-03
fix invalid ptr caused by dropping InstructionTextToken prematurely
Rubens Brandao
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-05-01
Merge branch 'fix-vec-leak' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-29
replace Vec into_raw_parts with Box
Rubens Brandao
2024-04-11
guard DisassemblyTextLine Drop against null ptr
Rubens Brandao
2024-04-11
update DisassemblyTextLine Drop impl to use Box
Rubens Brandao
2024-04-11
replace Vec<T> with Box<[T]> where capacity eq to len
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-02-07
add exprIndex field to BNInstructionTextToken
Ryan Snyder
2024-01-08
update copyright year
Jordan Wiens
2023-01-10
Remove unused impls of `AsRef<T> for T`
Michael Krasnitski
2023-01-06
Rust API: Additional Cleanup
Michael Krasnitski
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-08-16
Rust API : Implement more of the core enum `InstructionTextTokenType` in `Ins...
KyleMiles
2022-06-27
Rust API : Add Type::parameters for @CouleeApps
KyleMiles
2022-06-24
Rust API: Change tokens to use slice::from_raw_parts
rose
2022-06-23
Rust API: Change instruction_text to use Vec<>
rose
2022-02-14
Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and disa...
KyleMiles
2022-02-14
rust: add linearview and related APIs
Fabian Freyer
2022-01-28
Format All Files
KyleMiles
2021-09-27
Better support for change type in linear view
Xusheng
2021-07-07
Rust API: Type Improvements
KyleMiles
2021-03-18
Better type support
KyleMiles
2021-01-21
cargo fmt and all my changes
KyleMiles