Re: Does any one recognize this binary data storage format
- From: Dejan Rodiger <dejan.wirusrodiger@xxxxxxxxxxx>
- Date: Tue, 09 Aug 2005 20:45:40 +0200
geskerrett@xxxxxxxxxxx said the following on 9.08.2005 19:29:
> Phone 1: 5616864700
> Hex On Disk: C0DBA8ECF441
5616864700(10)=14ECA8DBC(16)
14 EC A8 DB C leftshift by 4 bits (it will add 0 on last C)
C0 DB A8 EC 14 00 write bytes from right to left
C0 DB A8 EC F4 41 Add E041
> Phone 1: 8003346488
> Hex On Disk: 800396d0fd41
8003346488(10)=1DD096038(16)
1D D0 96 03 8
80 03 96 D0 1D 00
80 03 96 d0 fd 41 Add E041
But works only for Phone 1 :-)
--
Dejan Rodiger - PGP ID 0xAC8722DC
Delete wirus from e-mail address
.
- Follow-Ups:
- Re: Does any one recognize this binary data storage format
- From: Roel Schroeven
- Re: Does any one recognize this binary data storage format
- From: Christopher Subich
- Re: Does any one recognize this binary data storage format
- From: geskerrett
- Re: Does any one recognize this binary data storage format
- References:
- Does any one recognize this binary data storage format
- From: geskerrett
- Does any one recognize this binary data storage format
- Prev by Date: Re: Does any one recognize this binary data storage format
- Next by Date: Re: Why does __init__ not get called?
- Previous by thread: Re: Does any one recognize this binary data storage format
- Next by thread: Re: Does any one recognize this binary data storage format
- Index(es):
Relevant Pages
|