Unpacking U-Boot image file

laguna-mc at mail.com laguna-mc at mail.com
Wed Apr 9 16:49:36 EDT 2014


I know about Binwalk, it can run on Linux OS only. I am looking for Python script that can run on Windows too.

Thank you.
----- Original Message -----
From: Adnan Sadzak
Sent: 04/09/14 11:37 PM
To: trewio
Subject: Re: Unpacking U-Boot image file

Oh then see Craig's page [0]. You can find in deepth explanation about some tools (Linux) that is used to desompress and mount filesystems/images. From my experience you should find first read modem tehnical documentation. Find out what kind of firmware is using. You won't find just script to decompress those images.

[0] http://www.devttys0.com/2011/05/reverse-engineering-firmware-linksys-wag120n/ 

Cheers

On Wed, Apr 9, 2014 at 7:53 PM, trewio < laguna-mc at mail.com > wrote:U-Boot format: hmm, I'm not sure, can someone specify Python script that will help me deterermine U-boot format used? [for Python for Windows OS]

Note: I need Python script for Python under Windows OS.

> ----- Original Message -----
> From: Rustom Mody
> Sent: 04/09/14 08:18 PM
> To:  python-list at python.org 
> Subject: Re: Unpacking U-Boot image file
>

> On Wednesday, April 9, 2014 9:36:40 PM UTC+5:30, trewio wrote:
> > How to extract files from U-Boot image file, LZMA-compressed?
> >
> > Is there a Python script that can do this properly?
>
> For lzma theres this (recent) python library
> https://docs.python.org/dev/library/lzma.html 
>
> Though you might just be better off with the command-line xz unxz etc
>
> After that.. whats the U-boot format?
> --
> https://mail.python.org/mailman/listinfo/python-list 

--
https://mail.python.org/mailman/listinfo/python-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140409/45b900d7/attachment.html>


More information about the Python-list mailing list