View Single Post
  #5  
Old 12-11-2014, 22:37
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 461
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
hi
for Identify, analyzing and extracting firmware images use binwalk
tut for binwalk from author blog http://www.devttys0.com/blog/ [ best blog in firmware reversing]

link will help you
http://www.zlotkus.com/2013/09/reverse-engineering-telergy-t501-iptv-set-top-box/
-----------------------------------------
-binwalk result will be like this-
-----------------------------------------
PHP Code:
DECIMAL      HEX        DESCRIPTION
-------------------------------------------------------------------------------------------------------
131584      0x20200      romfs filesystemversion 1 size210864 bytesnamed YAMON_XLOAD.
393728      0x60200      romfs filesystemversion 1 size8042720 bytesnamed MIPSLINUX_XLOAD.
393891      0x602A3      LZMA compressed dataproperties0xA9dictionary size33882112 bytesuncompressed size8042532 bytes
8782336      0x860200     romfs filesystem
version 1 size8042720 bytesnamed MIPSLINUX_XLOAD.
8782499      0x8602A3     LZMA compressed dataproperties0xA9dictionary size33882112 bytesuncompressed size8042532 bytes
17170944     0x1060200     romfs filesystem
version 1 size2276400 bytesnamed imaterial.
18373849     0x1185CD9     Windows CE RTOS
18373851     0x1185CDB     Windows CE RTOS
18375770     0x118645A     Windows CE RTOS
18375772     0x118645C     Windows CE RTOS
19246092     0x125AC0C     gzip compressed data
from UnixDD-WRT dateThu Jan 1 01:00:00 1970
19250569     0x125BD89     gzip compressed data
from UnixDD-WRT dateThu Jan 1 01:00:00 1970
19250940     0x125BEFC     gzip compressed data
from UnixDD-WRT dateThu Jan 1 01:00:00 1970
19447294     0x128BDFE     gzip compressed data
from UnixDD-WRT dateThu Jan 1 01:00:00 1970
19792384     0x12E0200     romfs filesystem
version 1 size144144 bytesnamed xmaterial.
20054528     0x1320200     CramFS filesystemlittle endian size 39141376 version #2 sorted_dirs CRC 0x4bd0995b, edition 0, 44794 blocks, 2005 files
41886683     0x27F23DB     gzip compressed dataASCIIextra fieldhas commentcommentlast modifiedThu Jul 24 16:42:19 2008
53363176     0x32E41E8     TROC filesystem
852941726 file entries
57071804     0x366D8BC     JFFS2 filesystem data big endian
JFFS node length339134 

Last edited by sh3dow; 12-11-2014 at 23:20.
Reply With Quote
The Following User Gave Reputation+1 to sh3dow For This Useful Post:
Youtoo (12-13-2014)
The Following 2 Users Say Thank You to sh3dow For This Useful Post:
johnpitt (06-02-2015), LordGarfio (04-12-2016)