Skip to content

Bondifuzz/libfuzzer-agent

Repository files navigation

libfuzzer-agent

Agent implementation for libfuzzer fuzzing engine

Deployment

  1. Download repository:
git clone https://github.com/Bondifuzz/libfuzzer-agent.git
cd libfuzzer-agent
  1. Build image
docker build -t libfuzzer-agent .
  1. Run container
docker run --rm -it --name=libfuzzer-agent --env-file=.env libfuzzer-agent bash

Local development

Install and run

Using python 3.7+

git clone https://github.com/Bondifuzz/libfuzzer-agent.git
cd libfuzzer-agent

pip3 install -r requirements-dev.txt

ln -s local/dotenv .env
ln -s local/docker-compose.yml docker-compose.yml
docker-compose -p libfuzzer_agent up -d

python3 -m agent

Run tests

  1. Unit tests
pip3 install -r requirements-test.txt
python3 -m pytest -vv ./agent/tests/unit
  1. Integration (functional) tests
pip3 install -r requirements-test.txt
python3 -m pytest -vv ./agent/tests/integration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages