Skip to content
/ Detour Public

Library for detouring/hooking code on Windows/Linux (C/C++). Full memory library written in C: https://github.com/rdbo/libmem

Notifications You must be signed in to change notification settings

rdbo/Detour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Library for detouring/hooking code on Windows/Linux (C/C++). Full memory library written in C: https://github.com/rdbo/libmem

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages