summaryrefslogtreecommitdiff
path: root/plugins/warp/src/lib.rs
AgeCommit message (Collapse)Author
2024-11-04WARP: Further constraints on blacklisted instructionsMason Reed
Should allow for non-implicitly extended registers to set to themselves and not be blacklisted
2024-10-30WARP: Make build script less scuffedMason Reed
2024-10-30WARP: Fix non relocatable constant pointers being maskedMason Reed
2024-10-28Blacklist useless instructions used for hot patching in WARPMason Reed
Allows matching for windows (useless set reg) and linux (nop) hot patching
2024-10-24Make WARP function guid generation infallibleMason Reed
2024-10-24Add WARP integrationMason Reed
https://github.com/Vector35/warp/