FirmAE icon indicating copy to clipboard operation
FirmAE copied to clipboard

Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis

Results 52 FirmAE issues
Sort by recently updated
recently updated
newest added

e2fsck: Cannot continue, aborting. ![image](https://github.com/pr0v3rbs/FirmAE/assets/34084717/f3ed287c-5cdb-43de-b5c7-1b1c720b453f)

First, thx for FirmAE tool. Very Useful. Then, I find a problem when facing a firmware image cannot be emulated, FirmAE will enter an infinite loop in firmae.config code. Details...

Do 1 apt install The packages are installed using 1 apt install. This ensures that conflicts are nicely managed and the installation procedure is a little bit smoother to the...

firmware: NC450_v1.4.1_180716.zip probelm: ping can not work. ![image](https://github.com/pr0v3rbs/FirmAE/assets/130897325/3544a6f0-aa3a-4e62-9eca-551eb3ed6af6) log description: ![image](https://github.com/pr0v3rbs/FirmAE/assets/130897325/1e18dfb4-8850-45ab-be02-c1d136fe7f7a) I can not determine whether the failure of ping is related to the inability to access the tty?

root@attifyos:/home/iot/tools/firmAE/FirmAE# ./run.sh -c dlink /home/iot/tools/firmware-analysis-toolkit/DIR816.img [*] /home/iot/tools/firmware-analysis-toolkit/DIR816.img emulation start!!! General Error: Cannot open file --run-as=root (CWD: /tmp/tmpuhbydzva) : [Errno 2] No such file or directory: '--run-as=root' General Error: Cannot open...

Some firmwares need to be connected to the Internet when running, how to solve it?

Hey there, I tried run my firmwork with FirmAE like following: sudo ./run.sh -c auto ~/Desktop/IoT/TOTOLINK/TOTOLINK_C8189R-1C_A3000RU_IP04325_8197F_SPI_16M128M_V5.9c.5185_B20201128_ALL.web [*] /home/kali/Desktop/IoT/TOTOLINK/TOTOLINK_C8189R-1C_A3000RU_IP04325_8197F_SPI_16M128M_V5.9c.5185_B20201128_ALL.web emulation start!!! [*] extract done!!! [*] get architecture done!!! mke2fs 1.46.5 (30-Dec-2021)...

Hi, I recompiled libnvram with mips-linux-gnu-gcc, but get error like this: Error relocating /firmadyne/libnvram_ioctl.so: __fprintf_chk: symbol not found during emulation. And finally the emulation terminated with kernel panic. So, how...

when i tried to emulate FW_RT_ACRH17_300438250243.ZIP from asus with FirmAE, it failed by "/dev/nvram: No such device or address", had you met this situation ? And how do you deal...

Run run.sh and stuck at "infer network start!!!", log shows "Waiting web service... from 192.168.0.1" and "qemu-system-mips: terminating on signal 2 from pid 105098 (timeout)" I have referenced other issues...