summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Fix `load_with_options_and_progress` when options is `None`Joe Rozner
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-24[Rust] Move `ObjectDestructor` to own module and add some extra documentationMason Reed
2026-02-23[Rust] Add `load_project_file` and `load_project_file_with_progress`Mason Reed
2026-01-29[Rust API] Fix load_view_with_progress when options is NoneJosh Ferrell
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-15[Rust] Move `QualifiedName` to own moduleMason Reed
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-12-11[Rust] Implement data notification APIRubens Brandão
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Impl `Display` for `VersionInfo`Mason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-10-22[Rust] Refactor download provider module to allow for custom implementationsMason Reed
2025-10-07[Rust] Implement custom data renderer APILukBukkit
2025-09-29Rust bindings for custom basic block analysisBrandon Miller
2025-07-02[Rust] Fix load options string not being terminatedMason Reed
2025-05-12[Rust] Simplify operand list retrieval for MLIL and HLILMason Reed
2025-05-12[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` moduleMason Reed
2025-05-12[Rust] Implement `LanguageRepresentation` and `LineFormatter`rbran
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] More cleanupMason 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-07Implement Rust BaseAddressDetectionRubens Brandao
2025-02-07Implement Rust WebsocketProviderRubens Brandao
2025-02-06Misc rust API formattingMason Reed
2025-02-06Implement Rust RepositoryRubens Brandao
2025-02-06Implement Rust SecretsProviderRubens Brandao
2025-01-30Render LayersGlenn Smith
2025-01-27Fix building rust tests in demo modeMason Reed
2025-01-25Misc rust formattingMason Reed
2025-01-25Add missing documentation to _with_progress load functionsMason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
2025-01-25Rust refactorMason Reed
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-11-04Fix rust object destructors taking a ref accidentallyMason Reed
2024-10-28Rust: Add object destructor APIMason Reed
2024-10-24Add WARP integrationMason Reed
2024-10-19implement rust workflowRubens Brandao
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to represe...Xusheng
2024-07-26Add more core API's to rustRubens Brandao
2024-07-09implement rust UpdateRubens Brandao
2024-07-09implement rust TypeLibraryRubens Brandao