Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lochnagarr authored Jan 18, 2023
1 parent 6f41d14 commit d761448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ util: helper class(utils.Digit)
2. Build JDK with AFLplusplus
- Run
```
AFL_GCC_ALLOWLIST=./AFL_GCC_ALLOWLIST CC=PATH_TO_AFLPLUSPLUS/afl-gcc-fast CXX=PATH_TO_AFLPLUSPLUS/afl-g++-fast bash configure --enable-debug --disable-warnings-as-errors
make images
CC=PATH/TO/AFLPLUSPLUS/afl-gcc-fast CXX=PATH/TO/AFLPLUSPLUS/afl-g++-fast bash configure --enable-debug --disable-warnings-as-errors
AFL_GCC_ALLOWLIST=PATH/TO/AFL_GCC_ALLOWLIST make images
# Please use the full path of AFL_GCC_ALLOWLIST.
```
3. Build JITFuzz
- You can import it into IntelliJ IDEA workspace
Expand Down

0 comments on commit d761448

Please sign in to comment.