extfstools
1.0.0
Ext2/Ext3/Ext4 파일 시스템 이미지를 읽는 일부 도구.
나는 이것들을 사용하여 Android 시스템 이미지에서 파일을 추출합니다.
ext4는 완전히 지원되지 않으며 일부 파일을 추출 할 수 없습니다.
이것은 전체 파일 시스템을 '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
extfstools 구축하는 두 가지 방법이 있습니다.
make 거나 make vc .make -f Makefile.unix , Windows에서도 작동해야합니다.Willem Hengeveld [email protected]