summaryrefslogtreecommitdiff
path: root/rust/tests
AgeCommit message (Expand)Author
2026-05-27Rust APIs for custom function liftersBrandon Miller
2026-05-10[Rust] Update repository API unit tests following recent changesMason Reed
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-05-04Re-add license text field to API0cyn
2026-03-24[Rust] Misc project module cleanupMason Reed
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2026-02-23[Rust] Ensure proper lifetime management of `WebsocketClientCallback` objectsMason Reed
2026-02-23[Rust] Misc TypeLibrary API improvementsMason Reed
2025-12-15[Rust] Misc `QualifiedName` cleanupMason 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] New type for `TypeArchiveId`Mason 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 simple architecture testsMason Reed
2025-12-10[Rust] Add `LowLevelILSSARegister` type (#7745)Mason Reed
2025-12-04Pass arch to finalized LowLevelILFunction (#7729)Truman Kilen
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-10-29[Rust] Update repository API following updated Core API'sMason Reed
2025-10-23Support bitfields in type systemMason Reed
2025-10-22[Rust] Fix custom `SecretsProvider` impl requiring data to be passed back in ...Mason 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-10-07[Rust] Fix save file dialog not respecting default file pathMason Reed
2025-10-02[Rust] Improvements to LLIL flag and intrinsic operationsJames Johnson
2025-09-24Fix HighLevelILInstruction CoreArrayProvider using instr index instead of exp...Josh Ferrell
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-08-06[Rust] Take download callbacks by reference to avoid boxingMason Reed
2025-07-17[Rust] Misc fixes / formattingMason Reed
2025-07-15[Rust] Update some testsMason Reed
2025-07-15[Rust] Add `BinaryView::search` and friendsMason Reed
2025-07-06[Rust] Make `ReportCollection::add_*` optionally take a viewMason Reed
2025-07-03Add get_files_by_path_in_project and get_path_in_project to C++ and python APIsAlexander Khosrowshahi
2025-07-03[Rust] Add simple binary view tags testMason Reed
2025-07-02[Rust] Fixup some unit testsMason Reed
2025-07-02[Rust] Remove redundant `Result` from `Project::folders`Mason Reed
2025-07-02[Rust] Misc changes to `test_deterministic_functions`Mason Reed
2025-07-02[Rust] Format codeMason Reed
2025-07-02Add test_deterministic_functions to Rust API unit testsMason Reed
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-05-31[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...Mason Reed
2025-05-30[Rust] Finish out the `PossibleValueSet` implementation to include range and ...Mason Reed
2025-05-30[Rust] Express expression vs instruction index for MLIL and HLIL APIsMason Reed
2025-05-19Implement function level metadataBrandon Miller
2025-05-17[Rust] Re-open type archive in unit test to verifyMason Reed
2025-05-12[Rust] Add type library testsMason Reed
2025-05-12[Rust] Add type printer testsMason Reed
2025-05-12[Rust] Simplify operand list retrieval for MLIL and HLILMason Reed
2025-05-12[Rust] Check lifted call for params and output in mlil testMason Reed