Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 587 Bytes

LIBAFL.md

File metadata and controls

12 lines (9 loc) · 587 Bytes

LibAFL - Fuzzilli

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:

  1. Change the path variable in the Package.swift file. Ensure it points to the top dir of Fuzzilli.
  2. Ensure proper linker settings. Do:
export LD_LIBRARY_PATH=`pwd`/Sources/libafl
  1. 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