能力值:
( LV2,RANK:10 )
|
-
-
2 楼
用7z直接打开squashfs,可以提取。
|
能力值:
( LV1,RANK:0 )
|
-
-
3 楼
正常binwalk -Me解包交换机的时候,提取不出来文件系统这个怎么办啊 ???~~。。。大神提示一下哇
|
能力值:
( LV1,RANK:0 )
|
-
-
4 楼
首先bin是什么文件格式的?64位还是32位?大端还是小端?
|
能力值:
( LV7,RANK:150 )
|
-
-
5 楼
提供更多固件信息出来
|
能力值:
( LV2,RANK:15 )
|
-
-
6 楼
看一下固件的sqfs幻数位置 可能固件头被填充了垃圾数据导致binwalk解包失败
|
能力值:
( LV2,RANK:15 )
|
-
-
7 楼
一般情况下升级到最新版的binwalk可破
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
建议从GitHub安装binwalk
|
能力值:
( LV3,RANK:30 )
|
-
-
9 楼
编译安装binwalk,然后手动安装其他支持的文件格式 # Install standard extraction utilities(必选) $ sudo apt-get install mtd-utils gzip bzip2 tar arj lhasa p7zip p7zip-full cabextract cramfsprogs cramfsswap squashfs-tools
# Install sasquatch to extract non-standard SquashFS images(必选) $ sudo apt-get install zlib1g-dev liblzma-dev liblzo2-dev $ git clone https://github.com/devttys0/sasquatch $ (cd sasquatch && ./build.sh)
# Install jefferson to extract JFFS2 file systems(可选) $ sudo pip install cstruct $ git clone https://github.com/sviehb/jefferson $ (cd jefferson && sudo python setup.py install)
# Install ubi_reader to extract UBIFS file systems(可选) $ sudo apt-get install liblzo2-dev python-lzo $ git clone https://github.com/jrspruitt/ubi_reader $ (cd ubi_reader && sudo python setup.py install)
# Install yaffshiv to extract YAFFS file systems(可选) $ git clone https://github.com/devttys0/yaffshiv $ (cd yaffshiv && sudo python setup.py install)
# Install unstuff (closed source) to extract StuffIt archive files(可选) $ wget -O - http://my.smithmicro.com/downloads/files/stuffit520.611linux-i386.tar.gz | tar -zxv
|
|
|