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
/
lib.rs
Age
Commit message (
Expand
)
Author
2025-07-02
WARP 1.0
Mason Reed
2025-07-02
Move instruction filters out of `basic_block_guid` and make them public
Mason Reed
2025-05-12
[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`
Mason Reed
2025-05-12
[Rust] Remove Architecture trait bound on LLIL related structures
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-12-14
WARP: Run `cargo clippy`
Mason Reed
2024-12-14
WARP: Run `cargo fmt`
Mason Reed
2024-12-13
WARP: User friendly file picker
Mason Reed
2024-11-12
WARP: Fix function GUID creation masking off non relocatable constants
Mason Reed
2024-11-12
WARP: Allow skipping trivial function constraints
Mason Reed
2024-11-11
WARP: Bump warp dependency
Mason Reed
2024-11-08
WARP: Remove unneeded ref in type conversion
Mason Reed
2024-11-08
WARP: Check constant values for probable constant pointer usage
Mason Reed
2024-11-04
WARP: Further constraints on blacklisted instructions
Mason Reed
2024-10-30
WARP: Make build script less scuffed
Mason Reed
2024-10-30
WARP: Fix non relocatable constant pointers being masked
Mason Reed
2024-10-28
Blacklist useless instructions used for hot patching in WARP
Mason Reed
2024-10-24
Make WARP function guid generation infallible
Mason Reed
2024-10-24
Add WARP integration
Mason Reed