Open
Description
I read the paper and tried this repo instructions to test out the code but it seems the AFL is not able to find any edge.
The commands I ran
PORT=1111 ./AFL/afl-fuzz -t 1000 -a 1 -m none -n -i /mnt/storage-1/CovRL-Fuzz/tests/resources/test_load/ -o ./out2 /mnt/storage-1/CovRL-Fuzz/dump/final/d8 @@
python do_covrl.py --config ./config/sample_config.json --port 1111 --model_path Salesforce/codet5p-220m --predict_path ./out
The output I am getting
The d8 is instrumented successfully and seeds are same that are given in test_load folder. Let me know if I am missing anything
Metadata
Assignees
Labels
No labels