summaryrefslogtreecommitdiff
path: root/rust/src/binary_view
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-19cargo fmtMark Rowe
2026-03-11Enhance MemoryMap bindings and add support to re-enable disabled regions in t...Brian Potchik
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
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