ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.38k stars 1.49k forks source link

ubi filesystem extraction #596

Open MatthewTingum opened 2 years ago

MatthewTingum commented 2 years ago

From what I can tell, binwalk doesn't support extraction of ubi filesystems.

I'm not certain if there's a magic that can be used to detect them. There are python tools that can be used to extract ubi files such as ubidump

What would it take to include such a tool?

I know that third party tools are sometimes used in extraction. sasquatch comes to mind.

Sometimes these third party tools have to be manually installed. Ever thought about pulling them in as submodules?

mzpqnxow commented 5 months ago

426 may be relevant to your interests

Also see #484