From ad1461a7d01fc1261b001f1c03cec2a1d147d457 Mon Sep 17 00:00:00 2001 From: Mutasem-mk4 <140179052+Mutasem-mk4@users.noreply.github.com> Date: Tue, 9 Jun 2026 00:19:55 +0300 Subject: [PATCH] docs: improve README for repository health standards --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebcaf58..1f18579 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ sudo procscope -- ./suspicious-binary [Full Installation Guide](docs/install.md) | [Usage & Output Formats](docs/usage.md) -## Capabilities +## Features & Capabilities | Category | Events | Details | |----------|--------|---------| @@ -64,8 +64,10 @@ sudo procscope -- ./suspicious-binary | **Network** | connect, accept, bind, listen | [Support Matrix](docs/support-matrix.md) | | **Privileges** | setuid, setgid, ptrace | [Support Matrix](docs/support-matrix.md) | -## Requirements +## Tech Stack & Requirements +- **Runtime:** Go 1.24+ +- **Observation:** eBPF (CO-RE) - **Linux kernel 5.8+** with BTF support. - **Root** privileges or specific eBPF capabilities. - **Architectures:** amd64, arm64.