Skip to content

A Golang-based syscall interception tool using Seccomp Notify as an alternative to ptrace

Notifications You must be signed in to change notification settings

robertmin1/seccomp_unotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

seccomp_unotify

A Golang-based syscall interception tool using Seccomp Notify as an alternative to ptrace

Installation

Clone the repository

git clone https://github.com/robertmin1/seccomp_unotify
cd seccomp_unotify
go mod init main.go
go mod tidy

Usage

go run main.go wget google.com
go run main.go firefox

About

A Golang-based syscall interception tool using Seccomp Notify as an alternative to ptrace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages