summaryrefslogtreecommitdiff
path: root/rust/src
AgeCommit message (Expand)Author
2025-12-10[Rust] Make `InstructionTextToken` field `expr_index` optionalMason Reed
2025-12-10[Rust] Remove `UnusedRegisterStackInfo` and update architecture documentationMason Reed
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Misc cleanup for ABBMason 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-12-10[Rust] Remove redundant `ArchAndAddr` typeMason Reed
2025-12-10[Rust] Fix leaking list in `Function::guided_source_blocks`Mason Reed
2025-12-10[Rust] Add `LowLevelILSSARegister` type (#7745)Mason Reed
2025-12-10[Rust] Fix crash when calling `LowLevelILFunction::generate_ssa_form` without...Mason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-12-04Pass arch to finalized LowLevelILFunction (#7729)Truman Kilen
2025-11-25Fix rust documentation warnings.Brian Potchik
2025-11-24Add APIs for getting files in a project folderJosh Ferrell
2025-11-24[Rust] Fix misc broken doc linksMason Reed
2025-11-24Add AnalysisContext FFI for SectionMap queries.Brian Potchik
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-23[Rust] Fix misc formattingMason Reed
2025-11-23Unify SettingsCache and MemoryMap access under immutable snapshots for consis...Brian Potchik
2025-11-17Add functions_by_name to rust implementation of BinaryViewExtJames Johnson
2025-11-17Fix calculation of mask for constant valuesJames Johnson
2025-11-16[DWARF] Fix crash in dwarf export with detached NTR vtable data variableMason Reed
2025-11-04Correct cargo fmt diff.Alexander Taylor
2025-11-04Add auto downloading of project file dependencies, clean up download APIsJosh Ferrell
2025-11-04Add project file dependenciesJosh Ferrell
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-11-03Add helpers for whether a function is exported.Alexander Taylor
2025-10-30Fix rust api formattingJosh Ferrell
2025-10-29[Rust] Fix typo in doc commentMason Reed
2025-10-29[Rust] Update repository API following updated Core API'sMason Reed
2025-10-29Refactor Plugin Load/Management to support upcoming changes0cyn
2025-10-23[Rust] Misc formattingMason Reed
2025-10-23Support bitfields in type systemMason Reed
2025-10-22Add setter for BB analysis context max_size_reachedBrandon Miller
2025-10-22[Rust] Misc formattingMason Reed
2025-10-22[Rust] Misc clippy lintsMason Reed
2025-10-22[Rust] Impl `Debug` for `DownloadProvider`Mason Reed
2025-10-22[Rust] Add GET and POST helper functions for `DownloadInstance`Mason Reed
2025-10-22[Rust] Expose a non `log` specific function for sending logs to a `Logger`Mason 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-21Add derived strings and string recognizer APIRusty Wagner
2025-10-12[WARP] Improve UX surrounding removal of matched functionsMason Reed
2025-10-12Improve error handling in project apisJosh Ferrell
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] Fix misc typoMason Reed
2025-10-02[Rust] Improvements to LLIL flag and intrinsic operationsJames Johnson
2025-10-02[Rust] Add support for activity eligibility predicates involving platformsMark Rowe