This post is a walk-through of the simple strace implementation I wrote during my GopherCon talk, A Go Programmerâs Guide to Syscalls. Youâll find the code here. To explore some of the features of the Linux ptrace syscall I thought it would be fun to write my own implementation of a basic strace â a tool that shows which syscalls an executable uses. This article is a quick breakdown of how the pro
{{#tags}}- {{label}}
{{/tags}}