Open dhje0ng opened 2 years ago
Is this the same firmware as in the other issue #70 ?
No, it's a different firmware. I will add the firmware to the problem in #70.
The error is due to utf-8 codec failing to decode qemu.initial.serial.log
. There are non-printable characters in that file.
Changing the line to the following in file firmadyne/scripts/makeNetwork.py
will fix the issue.
data = open(infile, errors="ignore").read()
This ignores decoding errors.
Error while establishing network connection after firmware extraction. This error seems to be related to the UTF-8 codec. I am attaching the firmware file below.
n104e_ml_12_146.zip