Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinclauss/aflgo-libxml2-docker
This is a Docker-based AFLGo setup for the libxml2 example. It can also be used for other fuzz targets.
https://github.com/martinclauss/aflgo-libxml2-docker
Last synced: about 1 month ago
JSON representation
This is a Docker-based AFLGo setup for the libxml2 example. It can also be used for other fuzz targets.
- Host: GitHub
- URL: https://github.com/martinclauss/aflgo-libxml2-docker
- Owner: martinclauss
- Created: 2023-08-31T09:03:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T10:36:01.000Z (over 1 year ago)
- Last Synced: 2023-09-26T12:53:54.778Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AFLGo libxml2 Example
## General
This sets up a Docker environment to build AFLGo and run the libxml2 example. For more information see: https://github.com/aflgo/aflgo/tree/master
Just execute `./run.sh` to get going. Note that if you build everything for the first time it will take quite long ☕
If you want to fuzz another project with AFLGo and this setup just modify the `./setup_afl_and_fuzz.sh` file below the `project specific steps` comment.## Docker Base Image
Currently the Docker base image is `ubuntu:20.04`.
`ubuntu:22.04` and `ubuntu:23.04` did *not* work out-of-the-box (compilation of LLVM 11 failed)