Is it possible to hook API calls on Mac OS?

Posted by mpipe3 on Stack Overflow See other posts from Stack Overflow or by mpipe3
Published on 2010-04-22T08:47:31Z Indexed on 2010/04/22 8:53 UTC
Read the original article Hit count: 123

Filed under:
|

On Windows there a few libraries that allow you to intercept calls to DLLs:

http://www.codeproject.com/kb/system/hooksys.aspx

Is it possible to do this on Mac OS? If so, how is it done?

© Stack Overflow or respective owner

Related posts about osx

Related posts about macosx