mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
fix unicorn python test path
This commit is contained in:
@ -212,7 +212,7 @@ echo "[*] Unicornafl bindings installed successfully."
|
|||||||
# Compile the sample, run it, verify that it works!
|
# Compile the sample, run it, verify that it works!
|
||||||
echo "[*] Testing unicornafl python functionality by running a sample test harness"
|
echo "[*] Testing unicornafl python functionality by running a sample test harness"
|
||||||
|
|
||||||
cd ../samples/simple || echo "Cannot cd"
|
cd ../samples/python_simple || echo "Cannot cd"
|
||||||
|
|
||||||
# Run afl-showmap on the sample application. If anything comes out then it must have worked!
|
# Run afl-showmap on the sample application. If anything comes out then it must have worked!
|
||||||
unset AFL_INST_RATIO
|
unset AFL_INST_RATIO
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Run under AFL as follows:
|
Run under AFL as follows:
|
||||||
|
|
||||||
$ cd <afl_path>/unicorn_mode/samples/simple/
|
$ cd <afl_path>/unicorn_mode/samples/c
|
||||||
$ make
|
$ make
|
||||||
$ ../../../afl-fuzz -m none -i sample_inputs -o out -- ./harness @@
|
$ ../../../afl-fuzz -m none -i sample_inputs -o out -- ./harness @@
|
||||||
*/
|
*/
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Run under AFL as follows:
|
Run under AFL as follows:
|
||||||
|
|
||||||
$ cd <afl_path>/unicorn_mode/samples/simple/
|
$ cd <afl_path>/unicorn_mode/samples/python_simple
|
||||||
$ AFL_COMPCOV_LEVEL=2 ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python compcov_test_harness.py @@
|
$ AFL_COMPCOV_LEVEL=2 ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python compcov_test_harness.py @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Run under AFL as follows:
|
Run under AFL as follows:
|
||||||
|
|
||||||
$ cd <afl_path>/unicorn_mode/samples/simple/
|
$ cd <afl_path>/unicorn_mode/samples/python_simple
|
||||||
$ ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python simple_test_harness.py @@
|
$ ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python simple_test_harness.py @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Run under AFL as follows:
|
Run under AFL as follows:
|
||||||
|
|
||||||
$ cd <afl_path>/unicorn_mode/samples/simple/
|
$ cd <afl_path>/unicorn_mode/samples/python_simple
|
||||||
$ ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python simple_test_harness_alt.py @@
|
$ ../../../afl-fuzz -U -m none -i ./sample_inputs -o ./output -- python simple_test_harness_alt.py @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user