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


Disassembling WinCE drivers
is the obvious thing to do, right?
is actually not all that easy, since
WinCE doesn't allow you to read the DLLs
not via ActiveSync neither WinCE filesystem API's
Apparently, they are pre-linked and not real files anymore
luckily, there are tools in the 'ROM cooking' scene
hundreds of different tools, almost all need Windows PC
therefore, not useful to me
conclusion: Need to understand the ROM image format

personal git repositories of Harald Welte. Your mileage may vary