Version 5 (modified by 13 years ago) (diff) | ,
---|
HXC Dongle
This page is about reverse engineering the HTC dongles work on the HTC Incredible S.
The main motivation to do this is that the dongle violates the GPL as it reuses large of gfree and wpthis for commercial software that is not released under the appropriate license.
This page will be used to document the procedure and the status of the reverse engineering.
Where is the wpthis module
There has to be an embedded wpthis (or similar) module. It seems to be at address 0x92170 to 0x9A270
Well it is there but it is encrypted. But I got it anyway - see the attachments - it's called mod-htc_dongle.ko (and it's license says it's GPL :-) )
Attachments (8)
-
su.idb (5.5 MB) - added by 13 years ago.
su.idb IDA database of the su executable
-
su (555.6 KB) - added by 13 years ago.
su binary (this is not a normal su)
-
libc_cs_2010_09-75.sig (84.5 KB) - added by 13 years ago.
FLIRT signature of the glibc used in code sourcery 2010_09-75
-
insmod (6.5 KB) - added by 13 years ago.
insmod kernel modul
-
last_kmsg (85.7 KB) - added by 13 years ago.
last_kmsg when run
- diff00_03.txt (69.8 KB) - added by 13 years ago.
- diff00_04.txt (69.8 KB) - added by 13 years ago.
-
mod-htcdongl.ko (6.8 KB) - added by 13 years ago.
the module