mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
fix unicorn python test path
This commit is contained in:
parent
d9ed784298
commit
87f2789e98
@ -212,7 +212,7 @@ echo "[*] Unicornafl bindings installed successfully."
|
||||
# Compile the sample, run it, verify that it works!
|
||||
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!
|
||||
unset AFL_INST_RATIO
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Run under AFL as follows:
|
||||
|
||||
$ cd <afl_path>/unicorn_mode/samples/simple/
|
||||
$ cd <afl_path>/unicorn_mode/samples/c
|
||||
$ make
|
||||
$ ../../../afl-fuzz -m none -i sample_inputs -o out -- ./harness @@
|
||||
*/
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
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 @@
|
||||
"""
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
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 @@
|
||||
"""
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
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 @@
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user