apt-get install libseccomp-dev pkg-config
go get github.com/seccomp/libseccomp-golang
go mod init [nombre del modulo golang]
Ejemplo go mod init strace
go mod tidy
go build .
./strace [comando a rastrear]
Ejemplo: ./strace echo test
-
Notifications
You must be signed in to change notification settings - Fork 1
OscarLlamas6/angular-golang-systemcallsmanager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|