The Sources/libafl
directory contains autogenerated code from libafl. It is built into a library and used in Fuzzilli to integrate interesting features.
To run this fork, please do:
- Change the path variable in the
Package.swift
file. Ensure it points to the top dir of Fuzzilli. - Ensure proper linker settings. Do:
export LD_LIBRARY_PATH=`pwd`/Sources/libafl
- Build and run Fuzzilli. Sample run with
ParthCorpus
:swift run -c release FuzzilliCli --profile=spidermonkey ~/gecko-dev/obj-fuzzbuild/dist/bin/js --inspect=history --corpus=parth