吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 4080|回复: 4
收起左侧

[Other] Delphi Source String Crypt by DonDD

[复制链接]
风吹屁屁凉 发表于 2012-9-19 17:38
Delphi Source String Crypt by DonDD

Delphi源码字符串加密工具

mDSSC.rar

152.83 KB, 下载次数: 27, 下载积分: 吾爱币 -1 CB

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

转身 发表于 2012-9-19 19:51
下载看一下了了。谢谢
nihg 发表于 2012-9-26 15:49
nihg 发表于 2012-9-26 16:17
测试后,发表下,非常不错
New functions generated: vxr
=====================================================================
(1) Replace string in your source code on the function call:
=====================================================================
nihgnihg => vxr(0,8)
=====================================================================
(2) Insert in your source code:
//====================================================================
const
ahd=1755695074;
eun: array [0..7] of byte =
($A9,$2D,$4C,$42,$5F,$E4,$1D,$CD);
//====================================================================
function vxr(bsz,wpl:Integer):string;
var kfo,jic:integer;
begin
Result :='';jic:=ahd; for kfo:=bsz to wpl+bsz-1 do begin
Result:=Result+char(Byte(eun[kfo]) xor (jic shr 8));
jic:=(eun[kfo]+jic)*(bsz+wpl)+wpl;
end;
end;
//====================================================================
NikolayD 发表于 2012-9-26 17:48
Thanks alot.
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-15 20:09

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表