解决binwalk运行提示缺少LZMA模块

部分用户在使用binwalk提取固件内容,可能会遇到缺少LZMA模块的提示。提示内容为WARNING:The Python LZMA module could not be found。这是由于binwalk在处理LZMA压缩的固件时,需要调用Python的LZMA模块。如果用户系统缺失该模块,就需要手动安装。安装命令如下:apt-get install python-lzma。

发表评论

邮箱地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>