Traceback (most recent call last):
File "/root/PrIntFuzz/scripts/python/qemu.py", line 124, in <module>
qemu.process()
File "/root/PrIntFuzz/scripts/python/qemu.py", line 116, in process
output_file = open(self.extend_args.output, 'w') if self.extend_args.output \
FileNotFoundError: [Errno 2] No such file or directory: '/home/dev/PrIntFuzz/out/probe/drivers@mfd@rdc321x-southbridge.c/drivers_mfd_rdc321x_southbridge.txt'
Hi,
I was debugging some home directory issues and deleted the
PrIntFuzz/out/probe
subfolders.This should be generated by:
Correct?
I was getting a lot of
Any hints?
Thanks