summaryrefslogtreecommitdiff
path: root/rust/src/workflow.rs
AgeCommit message (Expand)Author
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