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

miniupnpd is not working #36

Closed jyaniii closed 3 years ago

jyaniii commented 3 years ago

I've tried fuzzing my miniupnpd for 161160 images, but when the crash is triggered the process terminates, it doesn't isolate the crashing input. image

FIRM-AFL is good at isolating the crashing input from other firmwares, but only the 16116 firmware does not isolate the crashing input. In other words, the stability of the emulator is poor.

When signal 11 occurs in the target program, we are constantly looking for a way to bring the emulator back to the fork point and isolate that crashing input.

Any hints and help for me would be appreciated. Thank you.