Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxyHow did we hook Go functions from Rust to work with mirrord? A quick dive into the Go Runtime and switching from the Go stack to the system stack.
mirrord internals - hooking libc functions in Rust and fixing bugsPractical example of how to hook functions in Rust and a guide to detours in mirrord