Binwalk
The operating system deletes system files directory such as /sys
/proc
/dev
. To preserve the sym links when extracting rootfs with binwalk we use
1
| binwalk --perserve-symlinks -e <firmware file>
|
Qemu
Quick static binary emulation
1
| qemu-arm-static -L arm-rootfs ./staticbinary
|