Skip to content

OscarLlamas6/angular-golang-systemcallsmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SO2_1S2022_P1_G12

STRACE

Instalar:
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