Skip to content

Instantly share code, notes, and snippets.

@allenk
Created October 1, 2025 17:30
Show Gist options
  • Save allenk/4857a00eda4f8619288c634bf3e19b10 to your computer and use it in GitHub Desktop.
Save allenk/4857a00eda4f8619288c634bf3e19b10 to your computer and use it in GitHub Desktop.
Comparison Our Game Hooker with Microsoft Detours
Aspect Our Framework Microsoft Detours
Platform ARM64/Android x86/x64/ARM/ARM64 Windows
Language Modern C++ C/C++
Hook Method GOT/PLT + Inline Inline Patching
API Style Declarative/Chainable Imperative
Thread Safety Built-in Manual Synchronization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment