https://github.com/rdbo/detour
Library for detouring/hooking code on Windows/Linux (C/C++). Full memory library written in C: https://github.com/rdbo/libmem
https://github.com/rdbo/detour
Last synced: about 1 year ago
JSON representation
Library for detouring/hooking code on Windows/Linux (C/C++). Full memory library written in C: https://github.com/rdbo/libmem
- Host: GitHub
- URL: https://github.com/rdbo/detour
- Owner: rdbo
- Created: 2020-06-19T19:38:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T23:33:21.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T01:15:32.294Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detour
Library for detouring/hooking code on Windows/Linux (C/C++)
```
Functions:
Detour //Detour an address
DetourTrampoline //Detour an address and return the original bytes
DetourRestore //Restore the original bytes of a detour
```