PRP - Personal Runtime Protection, is an open-source, and very basic client-server program that (as I hope) is the start of a big and important project designed to give your linux based computer the power of runtime protection using eBPF.
pip install -r requirements.txt
cd server/frontend
npm install
As a developer feel free to edit & change everything in this project, the project tries to be as configurable as possible, see for example the client/config.json file.
- Fork it (https://github.com/idosharon/personal-runtime-protection/fork)
- Create your feature branch (
git checkout -b feature/amazing-changes
) - Commit your changes (
git commit -am 'Added some magic'
) - Push to the branch (
git push origin feature/amazing-changes
) - Create a new Pull Request