PythonBPF - Writing eBPF Programs in Pure Python
IntroductionPython-BPF offers a new way to write eBPF programs entirely in Python, compiling them into real object files. This project is open-source and available on GitHub and PyPI. I wrote it alongside R41k0u.Published Library with Future PlansPython-BPF is a published Python library with plans for further development towards production-ready use.You can pip install pythonbpf but it’s certainly not at all production ready and the code is hacky at best with more bugs than I could count. (This ...
Read more at xeon.me