forked from googleprojectzero/fuzzilli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option to add repo path, temp fix for path in Package file; LIBAFL.md
- Loading branch information
Showing
13 changed files
with
900 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 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 | ||
``` | ||
3. 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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.