zyw-200 / FirmAFL

FIRM-AFL is the first high-throughput greybox fuzzer for IoT firmware.
GNU General Public License v3.0
432 stars 90 forks source link

FirmAFL can only Emulate 10 FW? #28

Closed Fayozbek closed 3 years ago

Fayozbek commented 3 years ago

Hello Sir First of all, thank you for realizing this awesome tool.

Would you mind if I give a few questions?

  1. Does FirmAFL emulate only 10 firmware that stored in FIRMWARE folder? How we can emulate other firmware that not included in FIRMWARE folder

  2. Is it possible to fuzz that emulated firmware binary out of the FirmAFL folder if I install AFL QEMU mode?

Thank you very much for sharing your time!

zyw-200 commented 3 years ago
  1. If you want to run other firmware, you should modify the configuration file FirmAFL_config.

  2. Of course. But there are lots of dependent files that support the emulation. You should move them to the specific directory.

Fayozbek commented 3 years ago

Thank you for your response, I will close this issue!