An open API service indexing awesome lists of open source software.

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

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
```