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
/
platform.rs
Age
Commit message (
Expand
)
Author
2026-05-27
Rust APIs for custom function lifters
Brandon Miller
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-24
[Rust] Misc docs
Mason Reed
2026-03-23
[Rust] Add `Platform::address_size`
Mason Reed
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-15
[Rust] Restructure type APIs into `types` module
Mason Reed
2025-07-02
[Rust] Make some core handles public
Mason Reed
2025-05-12
[Rust] Add `Platform::get_type_library_by_name`
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] More cleanup regarding `BnString`
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-03-28
belated copyright year update
Jordan Wiens
2025-01-27
Update some rust impl Debug
Mason Reed
2025-01-27
Fix some rust race conditions and comment some likely suspects
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-07-09
implement rust TypeLibrary
Rubens Brandao
2024-05-10
hide array implementation details
Rubens Brandao
2024-04-10
fix the array implementation using GAT
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2023-01-06
Fix update copyright year leftover
Xusheng
2022-09-29
[Rust API] Better name for this trait fn, more CC support
Glenn Smith
2022-09-29
[Rust API] Make more types convertible to BN types
Glenn Smith
2022-08-31
Rust API : Major docs update (still need detailed module and function documen...
KyleMiles
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-02-14
rust: add ArrayGuard and for non-owned arrays
Fabian Freyer
2021-07-07
Rust API : Replace Platform::from_raw with Platform::ref_from_raw
KyleMiles
2021-03-22
Remove BNFreeString call
Josh Watson
2021-03-22
Implement Platform::parse_types_from_source
Josh Watson
2021-03-18
Better type support
KyleMiles
2021-01-21
cargo fmt and all my changes
KyleMiles
2021-01-21
This is a combination of 23 commits, the work of Ryan Snyder:
Ryan Snyder