From 935ed682eb6fae3e854c8bd34ad185f31c5ee0d5 Mon Sep 17 00:00:00 2001 From: Theron Spiegl Date: Tue, 16 Jun 2020 17:46:33 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a86ce6..976ce49 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ sudo make install - _Are there Mac and Windows versions?_ - No. Tracing syscalls on Mac requires `task_for_pid()`, which requires code signing, which I can't get to work, and anyway I have no interest in paying Apple $100/year to write free software. Process Monitor for Windows is pretty great. + No. Tracing syscalls on Mac requires `task_for_pid()`, which requires code signing, which I can't get to work, and anyway I have no interest in paying Apple $100/year to write free software. `dtruss` on Mac can be used to follow a single process and its children, though the `-t` flag seems to only accept a single syscall to filter on. `fs_usage` does something similar though I'm not sure if it follows child processes/threads. Process Monitor for Windows is pretty great. ## Known issues: -- cgit v1.2.3