index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
workflow.rs
Age
Commit message (
Expand
)
Author
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-02-23
[Rust] Misc documentation and cleanup
Mason Reed
2025-11-25
Fix rust documentation warnings.
Brian Potchik
2025-11-24
[Rust] Fix misc broken doc links
Mason Reed
2025-11-24
Add AnalysisContext FFI for SectionMap queries.
Brian Potchik
2025-11-23
[Rust] Clarify and expand on the current set of queryable offset properties
Mason Reed
2025-11-23
[Rust] Fix misc formatting
Mason Reed
2025-11-23
Unify SettingsCache and MemoryMap access under immutable snapshots for consis...
Brian Potchik
2025-08-20
Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreate
Mark Rowe
2025-08-13
[Rust] Add builder API for creating workflows
Mark Rowe
2025-08-13
[Rust] Add a type-safe builder API for Activity configuration
Mark Rowe
2025-07-02
[Rust] Misc formatting
Mason Reed
2025-07-01
Python: Collect and pass mappings when copying MLIL functions
Glenn Smith
2025-06-11
Expose AnalysisContext::GetLiftedILFunction properly
Glenn Smith
2025-05-12
[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`
Mason Reed
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason 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 structures
Mason Reed
2025-04-08
Misc rust formatting
Mason Reed
2025-04-08
Fix workflow Rust API not returning refcounted objects
Mason Reed
2025-03-06
Add API to insert Activities after a specified Activity.
Brian Potchik
2025-01-30
Render Layers
Glenn Smith
2025-01-25
Rust refactor
Mason Reed
2024-10-28
Rust: Fix cloning module workflows
Mason Reed
2024-10-26
Fix all low level il function getters leaking in rust
Mason Reed
2024-10-25
Retrieve view from analysis context
Mason Reed
2024-10-22
Update rust default workflow instance
Mason Reed
2024-10-19
Fix some rust warnings and remove mention of `binja-rs`
Mason Reed
2024-10-19
Rework rust workflow api and add workflow example
Mason Reed
2024-10-19
implement rust workflow
Rubens Brandao