You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR replaces the external `ms-detours` crate with our own FFI bindings to Microsoft's Detours library. The implementation:
- Adds Microsoft Detours as a git submodule
- Creates a new `fspy_detours_sys` crate with raw FFI bindings
- Compiles Detours from source using the `cc` crate
- Updates all imports to use the new bindings
- Includes a bindgen test to verify/regenerate bindings
This change improves built times and allows cross-compiling.
0 commit comments