Open penny-zmd opened 1 year ago
i am sure i have execute "python3 /path/to/PrIntFuzz/scripts/python/setup.py --build_syz". In my project, there exists the dir "/path/to/PrIntFuzz/third_party/syzkaller/sys/linux", and i check check the files in this directory, there are many txt files, but there is indeed no txt file starting with "newfake" or "newqemu".
Sorry for the late reply, have you solved the problem yet?
The templates for syzkaller are generated in the previous Setup phase, specifically in step 5: build syzkaller, with the command
python3 /path/to/PrIntFuzz/scripts/python/setup.py --build_syz
This step will parse the JSON file generated by the analyzer, generate the corresponding syzkaller templates, and then copy the generated templates to the syzkaller directory, please make sure this step is executed successfully.