namecoin / sockstrace

Go port of Heteronculous (ptrace-based proxy leak detector). Outreachy project.
https://www.namecoin.org/
GNU General Public License v3.0
7 stars 3 forks source link

Support other OS's where ptrace is a thing #85

Open JeremyRand opened 3 weeks ago

JeremyRand commented 3 weeks ago

Most Unix-like OS's, including most BSD's, seem to support ptrace. macOS reportedly doesn't have a suitable ptrace but it sounds like their DTrace might be suitable.