index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
warp
/
src
/
plugin
/
workflow.rs
Age
Commit message (
Expand
)
Author
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-24
[WARP] Warn when matching with relocatable regions in low address space
Mason Reed
2026-03-24
[WARP] Server-side constraint matching
Mason Reed
2026-01-11
[Rust] Enter more session scoped tracing spans for debug info and binary view...
Mason Reed
2026-01-11
[Rust] Replace `log` with `tracing`
Mason Reed
2025-12-15
[WARP] Allow multi-round matching to resolve matching function dependencies
Mason Reed
2025-12-15
[WARP] Misc cleanup
Mason Reed
2025-12-15
[WARP] Deduplicate matched functions within the matcher implicitly
Mason Reed
2025-12-01
[WARP] Consult type library function objects when matched function has no exp...
Mason Reed
2025-11-04
[WARP] Add number of matched functions to the ending log message for matching
Mason Reed
2025-10-12
[WARP] Improve UX surrounding removal of matched functions
Mason Reed
2025-10-07
[WARP] Add optional `analysis.warp.fetcher` activity to run fetch networked f...
Mason Reed
2025-10-01
[WARP] Enhanced network support
Mason Reed
2025-09-15
Deprecate some Rust MediumLevelILFunction methods in favor of Function implem...
Josh Ferrell
2025-09-03
[WARP] Improve matcher speed and add fast fail for pathological cases
Mason Reed
2025-09-03
[WARP] Fix generating lifted IL when function GUID is already cached
Mason Reed
2025-08-13
[WARP] Use type-safe activity configuration
Mark Rowe
2025-08-13
[Rust] Add builder API for creating workflows
Mark Rowe
2025-08-08
[WARP] Move symbol and comment application to when matched functions are inse...
Mason Reed
2025-08-03
[Rust] Misc formatting
Mason Reed
2025-07-29
Add support for declarative downstream dependencies to workflow system.
Brian Potchik
2025-07-28
[WARP] Fix user annotations being overriden by WARP annotations
Mason Reed
2025-07-23
[WARP] Generate function guids for mach-o objective-c binaries
Mason Reed
2025-07-21
[WARP] Add warning if trying to run matcher on database with no function guid...
Mason Reed
2025-07-17
[WARP] Stop showing the time it took to match if it is under a second
Mason Reed
2025-07-15
[WARP] Add network container
Mason Reed
2025-07-06
[WARP] Fix tag type creation marking the view as modified
Mason Reed
2025-07-06
[WARP] Recover register variables and re-add tags to matched functions
Mason Reed
2025-07-04
[WARP] Remove warning about missing sections for Raw view
Mason Reed
2025-07-03
Temporarily disable tags for WARP functions tag types are not thread safe
Mason Reed
2025-07-02
WARP 1.0
Mason Reed
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-04-08
Fix workflow Rust API not returning refcounted objects
Mason Reed
2025-02-25
Misc Rust formatting
Mason Reed
2025-02-25
Refactor analysis pipeline completion logic and add support for re-enabling a...
Brian Potchik
2025-01-25
Rust refactor
Mason Reed
2024-11-08
WARP: Fix matcher workflow generating a large number of anonymous undo actions
Mason Reed
2024-11-04
WARP: Move workflows from `analysis.plugins.warp` to `analysis.warp`
Mason Reed
2024-11-04
WARP: Fix analysis updates not being correctly marked
Mason Reed
2024-10-30
WARP: Only run matcher workflow once
Mason Reed
2024-10-30
WARP: Add more debug commands and manually invoke the matcher
Mason Reed
2024-10-28
Refactor WARP to use a module workflow for matching
Mason Reed
2024-10-24
Add WARP integration
Mason Reed