GitHunt

Process Monitoring Using eBPF

It's a simple process monitoring tool using eBPF. The initial idea was taken from this article and developed into a more complete version.

sc

Requirements

How-To

Install required packages

go install github.com/cilium/ebpf/cmd/bpf2go@latest

Build the project

make build

Run the binary with root privileges

sudo ./monitor

Contributing ๐Ÿค

Don't be shy and reach out to us if you want to contribute ๐Ÿ˜‰

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Issues ๐Ÿ›

Each project may have many problems. Contributing to the better development of this project by reporting them. ๐Ÿ‘

Languages

Go53.9%C41.4%Makefile4.7%

Contributors

GNU General Public License v2.0
Created July 1, 2025
Updated July 8, 2025