Skip to content

Mach-O import table patching for function redirection. This is a method for function hooking on Mac OS X. It patches the import table of Mach-O libraries in order to redirect particular functions in them to other implementations.

License

shoumikhin/Mach-O-Hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mach-O import table patching for function redirection.
Read two articles at CodeProject to get more info on this:

http://www.codeproject.com/KB/recipes/dynamic_linking-in-mach-o.aspx
http://www.codeproject.com/KB/recipes/redirection-in-mach-o.aspx

About

Mach-O import table patching for function redirection. This is a method for function hooking on Mac OS X. It patches the import table of Mach-O libraries in order to redirect particular functions in them to other implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published