extremecoders-re

Results 107 comments of extremecoders-re

This is likely due to a bug in extractor.py in firmadyne. As a workaround, you can first manually extract the img using binwalk and then run fat.py on the extracted...

Yes it crashes with a kernel panic and that's why no network interfaces are detected. There is no generalized way to solve such issues. This will need more research to...

> I still don't know why it keeps saying KERNEL TOO OLD although I've install kernel 6.0.0-060000-generic version The error message is about the [firmadyne kernel](https://github.com/firmadyne/kernel-v4.1). Not the kernel on...

> where is the kernel file which contain `00010354` address zImage.armel in https://github.com/firmadyne/kernel-v4.1/releases/tag/v1.1

@sdahiasdba Please create a new issue with a link to the firmware. In general, not all firmware will work right out of the box. Here it fails right on the...

Looks like you are using an old version (0.1) of firmware-analysis-toolkit. The interface of the current version (0.3) is different. Please try with the latest version of FAT on a...

Is this the same firmware as in the other issue #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](https://github.com/firmadyne/firmadyne/blob/a6d0cbc38715acf806b394d9ade3ad420dfa80aa/scripts/makeNetwork.py#L300) to the following in file `firmadyne/scripts/makeNetwork.py` will fix the...

> Does it have something to do with the Segmentation Fault error that occurs during boot? Quite likely. Looks like after the device has finished booting some service is started...