zyw-200 / FirmAFL

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

Can I only fuzz the firmware under the ./firmware folder? #8

Closed Aaron911 closed 5 years ago

Aaron911 commented 5 years ago

When I read the code, I found that I can just fuzz the firmware under the ./firmware folder. Is the configuration written in advance?

zyw-200 commented 5 years ago

Yes. For now, some configurations such as end point of fuzzing are embedded in source code. You can fuzz other firmwares by changing the logic where "image_id" appears.

Aaron911 commented 5 years ago

Yes. For now, some configurations such as end point of fuzzing are embedded in source code. You can fuzz other firmwares by changing the logic where "image_id" appears.

OK!I get it. Thank you very much.