summaryrefslogtreecommitdiff
path: root/rust/src/binary_view.rs
AgeCommit message (Expand)Author
2025-07-02[Rust] Make the `BinaryView` handle publicMason Reed
2025-07-02[Rust] Add `BinaryViewExt::workflow`Mason Reed
2025-07-02[Rust] Add a comment about cleaning up the `BinaryView` objectMason Reed
2025-07-02[Rust] Expose `BinaryView::from_raw`Mason Reed
2025-06-16Update SymbolQueue API to support types with confidence.Brian Potchik
2025-06-13[Rust] Add `BinaryViewExt::strings` and `BinaryViewExt::strings_in_range`Mason Reed
2025-06-13Require a default platform to create functions for a given Binary ViewMason Reed
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason Reed
2025-05-12[Rust] Make TypeLibrary ref countedMason 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] Implement custom interactive handlerrbran
2025-05-12[Rust] Improve `FileAccessor`Mason Reed
2025-05-12[Rust] Retain core string for section stringsMason 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] 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-03-28belated copyright year updateJordan Wiens
2025-02-24Add `BinaryViewExt::comment_at` and `BinaryViewExt::set_comment_at`Mason Reed
2025-02-24Implement Rust MemoryMapMason Reed
2025-02-07Implement Rust BaseAddressDetectionRubens Brandao
2025-01-30Render LayersGlenn Smith
2025-01-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-25Rust refactorMason Reed