首页
社区
课程
招聘
safekey sentinel emulator use file with extension *.ssp
发表于: 2007-1-5 12:16 6042

safekey sentinel emulator use file with extension *.ssp

2007-1-5 12:16
6042
safekey sentinel emulator use file with extension *.ssp
it's format is something like this...

struct ssp_t {
unsigned long sign;
unsigned long id;
unsigned char acco[64];
unsigned short data[64];
unsigned short maxquerybytes;
unsigned short lookuptable[56][896]; // cell 0x8 - 0x3f
};
where,
sign = dword value checked for valid *.ssp file
id = n/a
acco = access code ( 0-3 )
data = dongle data
maxquerybytes = 56 ( max. query size )
lookuptable = kinda obfuscation data needed to calculate correct response(s)

Кто-нибудь в курсе как строится lookuptable[56][896]?

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
забавно было бы узнать, что тут все русские :)
2007-4-18 17:07
0
雪    币: 1411
活跃值: (2636)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
Кто-нибудь в курсе как строится lookuptable[56][896]?=Did informed as is lookuptable[56][896]?
2007-4-18 21:01
0
雪    币: 1411
活跃值: (2636)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
===It's fun to know that there are Russians
2007-4-18 21:05
0
雪    币: 204
活跃值: (13)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
so, tshalan, do you understand what these special words mean?
2007-4-18 21:11
0
游客
登录 | 注册 方可回帖
返回
//