Skip to content

Instantly share code, notes, and snippets.

@cyberheartmi9
Created October 24, 2020 10:20
Show Gist options
  • Save cyberheartmi9/6da190933e3acc1236f675d13640a7c9 to your computer and use it in GitHub Desktop.
Save cyberheartmi9/6da190933e3acc1236f675d13640a7c9 to your computer and use it in GitHub Desktop.
strings file
binwalk -e file
# mounting
mknod /dev/mtdblock0 b 31 0
mkdir /mnt/jffs2_file/
modprobe jffs2
modprobe mtdram
modprobe mtdblock
dd if=/root/Router/600000.jffs2 of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt/jffs2_file/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment