首页
社区
课程
招聘
safekey sentinel emulator use file with extension *.ssp
发表于: 2006-3-18 12:07 3597

safekey sentinel emulator use file with extension *.ssp

2006-3-18 12:07
3597
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)

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
safekey  ??应该HASP比较成熟,不知道sentinel如何!
2006-3-18 12:24
0
雪    币: 1866
活跃值: (95)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
3
搂主贴的东西不全把!
2006-3-18 14:29
0
雪    币: 86
活跃值: (1163)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
传个上来试试
2006-3-18 22:06
0
雪    币: 171
活跃值: (31)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
最初由 luzhmu 发布
传个上来试试


看这里:

http://forum.exetools.com/showthread.php?t=7377

http://reng.ru/board/viewtopic.php?t=2123&sid=1a4cc6ea54a410d20417f6ee3bdd8f68
2006-3-19 10:41
0
游客
登录 | 注册 方可回帖
返回
//