<p>PROBLEM: writing portable interposition payloads is challenging due to the nature of the pre-load environment they operate in, and the esoteric knowledge required to write them in assembly</p><p>SOLUTION: design a Rust harness compiling down to a #![no_core], #![no_builtins] crate needing only a minimal amount of reusable assembly code, and that can be built, deployed, and interposed with minimal effort</p>