{"id":15056990,"url":"https://github.com/miladhzzzz/linux-epbf-poc","last_synced_at":"2026-01-02T05:26:23.932Z","repository":{"id":220815140,"uuid":"752667845","full_name":"miladhzzzz/linux-epbf-poc","owner":"miladhzzzz","description":"eBPF toolkit for implementing custom logic . Proof of Concept","archived":false,"fork":false,"pushed_at":"2024-02-04T14:02:49.000Z","size":2379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T04:28:12.180Z","etag":null,"topics":["ebpf","go","linux-kernel","python"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miladhzzzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-04T13:31:01.000Z","updated_at":"2024-02-04T13:37:53.000Z","dependencies_parsed_at":"2024-02-04T14:41:17.236Z","dependency_job_id":"96d4dd4f-b97f-4388-9452-0733b7f5955a","html_url":"https://github.com/miladhzzzz/linux-epbf-poc","commit_stats":null,"previous_names":["miladhzzzz/linux-perfomance-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miladhzzzz%2Flinux-epbf-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miladhzzzz%2Flinux-epbf-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miladhzzzz%2Flinux-epbf-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miladhzzzz%2Flinux-epbf-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miladhzzzz","download_url":"https://codeload.github.com/miladhzzzz/linux-epbf-poc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243558478,"owners_count":20310574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ebpf","go","linux-kernel","python"],"created_at":"2024-09-24T21:59:48.534Z","updated_at":"2026-01-02T05:26:23.903Z","avatar_url":"https://github.com/miladhzzzz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eBPF PoC Project\n\nThis project is a Proof of Concept (PoC) for eBPF that I created to learn more about this technology. It includes a simple BPF script that is run using Go and Python. The project also includes automation scripts written in shell, a Makefile for building the project, and a Dockerfile for containerizing the project.\n\n## Getting Started\n\nTo get started with this project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/ebpf-poc-project.git\n    ````\n\n2. Install required packages (Linux):\n\n    ````shell\n    cd scripts\n    chmod +x requirements.sh\n    ./requirements.sh\n\n3. Build and run the project using make (binary go):\n\n    ````shell\n    make all\n    ````\n\n4. Build a docker image to run the project(go):\n\n    ````shell\n    # Build the docker image\n    docker build -t ebpf-poc:latest .\n    # run the container\n    docker run ebpf-poc:latest\n    ````\n\n5. Run the python script:\n\n    ````shell\n    cd python\n    pip install -r requirements.txt\n    python ebpf.py\n    ````\n\n6. also theres shell scripts for running the project located at /scripts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiladhzzzz%2Flinux-epbf-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiladhzzzz%2Flinux-epbf-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiladhzzzz%2Flinux-epbf-poc/lists"}