• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    C
  • License
    Apache License 2.0
  • Created about 13 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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