fix unicorn python test path

This commit is contained in:
vanhauser-thc
2022-01-25 18:05:35 +01:00
parent d9ed784298
commit 87f2789e98
5 changed files with 5 additions and 5 deletions

View File

@ -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 @@
*/