首页
社区
课程
招聘
[求助]keygenme or serial fishme
发表于: 2010-3-2 06:24 3870

[求助]keygenme or serial fishme

2010-3-2 06:24
3870
Thanks All pediy Cracker

[培训]科锐逆向工程师培训第53期2025年7月8日开班!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 458
活跃值: (426)
能力值: ( LV9,RANK:610 )
在线值:
发帖
回帖
粉丝
2
n多没见过的指令啊  这可如何是好?
应该 xxxxxx-xxxxxx-xxxxxx的形式  但是下面的运算过程 确实看不懂
待我晚上有时间去查阅相关指令  再做研究
2010-3-2 09:37
0
雪    币: 314
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
Haha,it's easy to keygen...
One available serial likes /22222-111111-333333

The format of the serial is 123456-ABCDEF-abcdef, as blueapplez said above.
use three BYTE arrays s1[6],s2[6],s3[6] to represent three part of the serial, as s1-s2-s3.
use i to represent the index of an array.
use flag to represent whether the serial is legal.

flag = 1;
for (i = 1; i <= 5; i++)
{
  if (((s1[i] - '0') * (s1[i] - '0') * (s1[0] - '0') + (s2[i] - '0') * (s2[0] - '0') + (s3[i-1] - '0')) != 0)
    flag = 0;
}
if flag doesn't equal 0, OK.
No check to s3[5], so any char here is ok.

But there's one point confuse me that are these instructions useful?
00401155  |.  80FB 56       |cmp     bl, 56
00401158  |.  74 02         |je      short 0040115C

Apologize for my poor English, I hope I could make you understand.
2010-3-2 12:44
0
雪    币: 15
活跃值: (32)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
Thanks blueapplez & 柳痕 You Are Very Nice
2010-3-3 04:27
0
游客
登录 | 注册 方可回帖
返回