summaryrefslogtreecommitdiff
path: root/rust/src/workflow.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2025-11-25Fix rust documentation warnings.Brian Potchik
2025-11-24[Rust] Fix misc broken doc linksMason Reed
2025-11-24Add AnalysisContext FFI for SectionMap queries.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-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-08-13[Rust] Add a type-safe builder API for Activity configurationMark Rowe
2025-07-02[Rust] Misc formattingMason Reed
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-06-11Expose AnalysisContext::GetLiftedILFunction properlyGlenn Smith
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason 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-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-04-08Misc rust formattingMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-03-06Add API to insert Activities after a specified Activity.Brian Potchik
2025-01-30Render LayersGlenn Smith
2025-01-25Rust refactorMason Reed
2024-10-28Rust: Fix cloning module workflowsMason Reed
2024-10-26Fix all low level il function getters leaking in rustMason Reed
2024-10-25Retrieve view from analysis contextMason Reed
2024-10-22Update rust default workflow instanceMason Reed
2024-10-19Fix some rust warnings and remove mention of `binja-rs`Mason Reed
2024-10-19Rework rust workflow api and add workflow exampleMason Reed
2024-10-19implement rust workflowRubens Brandao