the extension on the files is *.mas but I a pretty sure it is not relevant. I beleive it used by the application.
I can posted records as it will take up to much space. But all three phone numbers are stored in 8 bytes with null bytes (ie. 00) stored in the leading positions (ie. the left hand side) I do have some more examples; I have inserted the leading null bytes and seperated with spaces for clarity. Ex #1) 333-3333 Hex On disk: 00 00 00 80 6a 6e 49 41 Ex #2) 666-6666 Hex On disk: 00 00 00 80 6a 6e 59 41 Ex#3) 777-7777 Hex On Disk: 00 00 00 40 7C AB 5D 41 Ex#4) 123-4567 Hex On Disk: 00 00 00 00 87 D6 32 41 Ex#5) 000-0001 Hex On disk: 00 00 00 00 00 00 F0 3F Ex#6) 999-9999 Hex On disk: 00 00 00 E0 CF 12 63 41 -- http://mail.python.org/mailman/listinfo/python-list