HexHive / FirmFuzz

Automated IoT firmware fuzzing framework.
76 stars 7 forks source link

run the "./run_batch_fs.sh \images\/",it throws an error. #2

Open MaKaRuiNah opened 4 years ago

MaKaRuiNah commented 4 years ago

while I run the "./run_batch_fs.sh \images\/",it throws an error. cp: cannot stat '/home/FirmFuzz/framework/scripts/devfs_stubs_orig.c': No such file or directory cp: cannot stat '/home/FirmFuzz/framework/scripts/devfs_stubs_orig.c': No such file or directory

Copying default device directory cp: cannot stat '/home/FirmFuzz/framework/scripts/mapper/dev.tgz': No such file or directory

how can i solve it?thank you!

yinfeidi commented 4 years ago

You should do the cp operation by yourself as the fisrt two c files are already in the dst directory. And the location of "dev.tgz" is "/home/FirmFuzz/framework/scripts/dev.tgz" rather "/home/FirmFuzz/framework/scripts/mapper/dev.tgz"