even more docs

This commit is contained in:
Lysann Tranvouez 2025-10-03 23:59:07 +02:00
parent 2eeb075739
commit d126d9abbf
8 changed files with 117 additions and 3 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# mach-detours
An instrumentation library for modern arm64 macOS.
[mach_override](https://github.com/rentzsch/mach_override) is no longer maintained and doesn't run on arm64 or modern macOS with tightened security.<br/>
[Microsoft-Detours](https://github.com/microsoft/Detours) is Windows only but supports arm64.<br/>
**mach-detours** is based on Microsoft-Detours, but adapted to macOS (using `mach/mach.h` system functions), and limited to only arm64.
Tested on M4 Pro running macOS 15.1.
For technical documentation, see the [documentation overview](docs/overview.md).