From d761448ba8dc1055f6a9baf1df4ea990864a8f5d Mon Sep 17 00:00:00 2001 From: lochnagarr <101559825+lochnagarr@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:34:00 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df37904e..c2d9f40c 100644 --- a/README.md +++ b/README.md @@ -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