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
/
binary_view
Age
Commit message (
Expand
)
Author
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-19
cargo fmt
Mark Rowe
2026-03-11
Enhance MemoryMap bindings and add support to re-enable disabled regions in t...
Brian Potchik
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-05
[Rust] Fix misc clippy lints and warnings
Mason Reed
2025-11-23
Unify SettingsCache and MemoryMap access under immutable snapshots for consis...
Brian Potchik
2025-07-29
Add MemoryMap::add_unbacked_memory_region to rust api
Josh Ferrell
2025-07-15
[Rust] Update some tests
Mason Reed
2025-07-15
[Rust] Add `BinaryView::search` and friends
Mason Reed
2025-05-17
Add `BNIsMemoryMapActivated` API
Mason Reed
2025-05-12
[Rust] Misc cleanup
Mason Reed
2025-05-12
[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` module
Mason Reed
2025-05-12
[Rust] Improve `FileAccessor`
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] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-02-24
Implement Rust MemoryMap
Mason Reed