summaryrefslogtreecommitdiff
path: root/rust/src/binary_view.rs
AgeCommit message (Expand)Author
2026-05-27Rust APIs for custom function liftersBrandon Miller
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-24[Rust] Impl `BinaryViewEventHandler` for `Fn(&BinaryView)`Mason Reed
2026-03-11Enhance MemoryMap bindings and add support to re-enable disabled regions in t...Brian Potchik
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2026-02-23[Rust] Misc TypeLibrary API improvementsMason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-02-23[Rust] Add `BinaryViewExt::type_libraries`Mason Reed
2026-02-23[Rust] Improve API surrounding binary view type librariesMason Reed
2026-01-13[Rust] Fix misc doc comments missingMason Reed
2026-01-13[Rust API] Add BinaryViewExt::{tags_all_scopes, tag_types, tags_by_type}Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-24[Rust] Fix `BinaryViewExt::address_comments` leaking and refactorMason Reed
2025-12-24[Rust API] Add BinaryViewExt.address_commentsJosh Ferrell
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-12-10[Rust] Add APIs to retrieve type archives for a binary viewMason Reed
2025-12-10[Rust] Refactor `AnalysisProgress` returned from `BinaryViewExt::analysis_pro...Mason Reed
2025-12-10[Rust] Add string reader helpers and fix `analysis_info`Mason Reed
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-10[Rust] Remove redundant `ArchAndAddr` typeMason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-11-23Add IsOffsetReadOnlySemantics API.Brian Potchik
2025-11-23[Rust] Clarify and expand on the current set of queryable offset propertiesMason Reed
2025-11-17Add functions_by_name to rust implementation of BinaryViewExtJames Johnson
2025-09-29Rust bindings for custom basic block analysisBrandon Miller
2025-07-28[Rust] Misc formattingMason Reed
2025-07-28[Rust] Add `BinaryViewExt::image_base`Mason Reed
2025-07-28[Rust] Add docs for what the boolean return value does for some specific "pro...Mason Reed
2025-07-17[Rust] Misc formatting fixesMason Reed
2025-07-15Add the ability to limit the number of results in the cross reference APIsRusty Wagner
2025-07-15[Rust] Add `BinaryView::search` and friendsMason Reed
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