summaryrefslogtreecommitdiff
path: root/rust/src/binary_view
AgeCommit message (Expand)Author
2025-11-23Unify SettingsCache and MemoryMap access under immutable snapshots for consis...Brian Potchik
2025-07-29Add MemoryMap::add_unbacked_memory_region to rust apiJosh Ferrell
2025-07-15[Rust] Update some testsMason Reed
2025-07-15[Rust] Add `BinaryView::search` and friendsMason Reed
2025-05-17Add `BNIsMemoryMapActivated` APIMason Reed
2025-05-12[Rust] Misc cleanupMason Reed
2025-05-12[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` moduleMason Reed
2025-05-12[Rust] Improve `FileAccessor`Mason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason 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 stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-02-24Implement Rust MemoryMapMason Reed