forestkon
April 13th, 2006, 09:33
Hi,
from Crackz very important site about dongles read:
"*.FST files are 138 bytes in length and have the following format :
{
dw seed1
dw seed2
dw modAd ; module address of supported Hardlock
db 128 dup(0) ; Hardlock memory (if applicable)
dd seed3 ; e.g. seed3 = 12EFh represented as 01 02 0E 0F
}"
Sample .fst file has in HEX format:
00000000h: 7B 0A AC 6A 1B 2B 00 00 05 BC 08 01 07 D1 53 70 ;
00000010h: 72 69 6E 74 20 50 43 53 00 00 00 00 00 00 00 00 ;
00000020h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000030h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000040h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000050h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000060h: 00 00 00 00 00 00 00 08 07 DA FF FF C3 C4 00 00 ;
00000070h: 00 00 00 00 00 00 C0 C0 C0 00 C0 C0 C0 C0 C0 C0 ;
00000080h: C0 C0 C0 00 00 00 00 0F 07 0A ;
In this case seed1=7B0A seed2=AC6A MODAD=1B2B and seed3=000F070A ?
or all are wrong?
from Crackz very important site about dongles read:
"*.FST files are 138 bytes in length and have the following format :
{
dw seed1
dw seed2
dw modAd ; module address of supported Hardlock
db 128 dup(0) ; Hardlock memory (if applicable)
dd seed3 ; e.g. seed3 = 12EFh represented as 01 02 0E 0F
}"
Sample .fst file has in HEX format:
00000000h: 7B 0A AC 6A 1B 2B 00 00 05 BC 08 01 07 D1 53 70 ;
00000010h: 72 69 6E 74 20 50 43 53 00 00 00 00 00 00 00 00 ;
00000020h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000030h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000040h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000050h: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ;
00000060h: 00 00 00 00 00 00 00 08 07 DA FF FF C3 C4 00 00 ;
00000070h: 00 00 00 00 00 00 C0 C0 C0 00 C0 C0 C0 C0 C0 C0 ;
00000080h: C0 C0 C0 00 00 00 00 0F 07 0A ;
In this case seed1=7B0A seed2=AC6A MODAD=1B2B and seed3=000F070A ?
or all are wrong?