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
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-24
[WARP] Improved UX and API
Mason Reed
2026-03-24
[WARP] Fix relocatable region selection failing to fallback to section collec...
Mason Reed
2025-12-05
[Rust] Fix misc clippy lints and warnings
Mason Reed
2025-10-12
[WARP] Improve UX surrounding removal of matched functions
Mason Reed
2025-09-03
[WARP] Refactor variable retrieval to fix eager dependence on the functions MLIL
Mason Reed
2025-09-03
[WARP] Fix generating lifted IL when function GUID is already cached
Mason Reed
2025-07-21
[WARP] Misc formatting fixes
Mason Reed
2025-07-21
[WARP] Fix garbage jumps from being included in the variant instruction masking
Mason Reed
2025-07-21
[WARP] Consult segments unconditionally when constructing relocatable regions
Mason Reed
2025-07-17
[WARP] Construct a minimal version of the function object when user only want...
Mason Reed
2025-07-15
[WARP] Fallback to using segment information for relocatable ranges
Mason Reed
2025-07-15
[Rust] Misc formatting
Mason Reed
2025-07-15
[WARP] Filter out LLIL_JUMP artifacts in lifted IL
Mason Reed
2025-07-06
[WARP] Recover register variables and re-add tags to matched functions
Mason Reed
2025-07-04
[WARP] Fix possible skipped instructions when multiple IL expressions are app...
Mason Reed
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