OS x trace utilities

Skype is spying us: the proof in this Interresting post (in french) explaining how to track system calls under linux made by a specific program.

Instructions use strace command (which can be replaced by ktrace -p process_id under os x).

In case you use ktrace, you may use kdump to parse the resulting log file.

To stop ktrace, either kill the attached process or use ktrace -C to stop all traces.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.