我的Crackme(易语言),请大家分析。
算法很简单。有兴趣的就下把。
等有分析结果后就删掉了,省空间。易语言很大 还是老规矩,先帖截图上来吧~ 成功的图为这样的 是这样的?
//注册认证
procedure TForm.BitBtnRegClick(Sender: PObj);
var
cz : string;
temp,pos : integer;
begin
cz := editboxname.text;
temp := 0;
for pos:=1 to length(cz) do
begin
temp := temp + ord(cz);
end;
temp := temp xor $22C2;
temp := temp - 10;
temp := temp - 10;
temp := temp + 80;
editboxcode.Text := int2str(temp);//
end;
精心写个盗版的注册机,对楼主写我的破解我4的一个感谢: 是想测试防爆破码?不会把! 下起来练习下/:014
页:
[1]