summaryrefslogtreecommitdiff
path: root/2009/foss-mobile_world-seville2009/html/mgp00033.txt
blob: 1314fe8b78143ae323e52edbafb1da957a7fb87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FOSS in the Mobile World
Disassembling WinCE ROM files


Disassembling WinCE ROM files
'datextract' to extract different portions like OS image
'x520.pl' to remove spare NAND OOB sectors from image and get a file
split resulting image in bootsplash, cabarchive and disk image
'xx1.pl' to split cabarchive into CAB files
'partextract' to split disk image in partitions
'SRPX2XIP.exe' (wine) to decompress XPRS compressed partition0+1
'dumpxip.pl' to dump/recreate files in partition0 and 1
'ImgfsToDump.exe' to dump/recreate files in partition2 (imagefs)

personal git repositories of Harald Welte. Your mileage may vary