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

qemu-system-mipsel can't start the mipsel firmware #3

Open minifish120 opened 5 years ago

minifish120 commented 5 years ago

i can't use the command qemu-system-mipsel(build from the qemu_mode/DECAF_qemu_2.10 directory) to start a mipsel firmware which can be started by original firmadyne, how to resolve this question???

minifish120 commented 5 years ago

qemu-system-mipsel: -net nic,vlan=0: 'vlan' is deprecated. Please use 'netdev' instead, because the decaf-qemu update the qemu to 2.10.1, in qemu-2.10.1 the old net usage is discarded and how do you fix this problem?

zyw-200 commented 5 years ago

Which firmware cannot be emulated? I'll check it.

minifish120 commented 5 years ago

i used DIR-815_FIRMWARE_1.01.ZIP as example, when i used the original qemu-system-mipsel(from qemu 2.5.0), it can emulated successfully, but when i changed qemu-system-mipsel to your qemu-system-mipsel(QEMU="../qemu_mode/DECAF_qemu_2.10/mipsel-softmmu/qemu-system-mipsel"), it reported the errors: qemu-system-mipsel: -net nic,vlan=0: 'vlan' is deprecated. Please use 'netdev' instead and stoped the emulation