Skip to content

eBPF toolkit for implementing custom logic . Proof of Concept

License

Notifications You must be signed in to change notification settings

miladhzzzz/linux-epbf-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBPF PoC Project

This 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.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ebpf-poc-project.git
  2. Install required packages (Linux):

    cd scripts
    chmod +x requirements.sh
    ./requirements.sh
    
  3. Build and run the project using make (binary go):

    make all
  4. Build a docker image to run the project(go):

    # Build the docker image
    docker build -t ebpf-poc:latest .
    # run the container
    docker run ebpf-poc:latest
  5. Run the python script:

    cd python
    pip install -r requirements.txt
    python ebpf.py
  6. also theres shell scripts for running the project located at /scripts.

About

eBPF toolkit for implementing custom logic . Proof of Concept

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published