extfstools
1.0.0
Beberapa alat untuk membaca gambar sistem file ext2/ext3/ext4.
Saya menggunakan ini sebagian besar untuk mengekstrak file dari gambar sistem Android.
Perhatikan bahwa Ext4 tidak sepenuhnya didukung, beberapa file mungkin tidak diekstraksi.
Ini akan mengekspor seluruh sistem file ke 'savedir'
ext2rd system.img ./:savedir
Usage: ext2rd [-l] [-v] <fsname> [exports...]
-l lists all files
-B open as block device
-d verbosely lists all inodes
-o OFS1/OFS2 specify offset to efs/sparse image
-b from[-until] hexdump blocks
#123 hexdump inode 123
#123:path save inode 123 to path
ext2path hexdump ext2fs path
ext2path:path save ext2fs path to path
ext2path/:path recursively save ext2fs dir to path
note: ext2path must not start with a slash
note2: /dev/rdiskNN is much faster than /dev/diskNN
Ada dua cara membangun extfstools :
make atau make vc untuk build windows.make -f Makefile.unix , ini juga harus berfungsi di Windows.Willem Hengeveld [email protected]