mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix unicorn python test path
This commit is contained in:
@ -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 @@
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user