3 comments

[ 3.1 ms ] story [ 28.4 ms ] thread
(comment deleted)
(comment deleted)
That's nice. I did something similar a while ago, together with mach_override, to hook into some functions, like ___NSAutoreleaseNoPool or ___THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__, for debugging purpose.

Example: https://github.com/albertz/music-player/blob/master/app/mac_...

See FindSymbol and install_breakpoint_handlers.