-
-
[原创].net下爆破Advanced System Cleaner
-
发表于:
2005-2-17 12:45
9651
-
[原创].net下爆破Advanced System Cleaner
名称:Advanced System Cleaner
版本:1.2.3
官方网址:616K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6i4N6A6L8Y4S2H3i4K6u0V1L8h3q4F1j5h3N6W2M7W2)9J5k6h3y4G2L8g2)9J5c8X3q4K6j5#2)9J5c8X3W2F1k6r3g2^5i4K6u0W2K9s2c8E0L8l9`.`.
编译程序:VB.net
功能:注册表、垃圾文件、隐私信息的清理
下载后安装并运行,为20天试用版,弹出如下NAG窗口,提示“未注册,还有20天的试用时间,你花一点点小钱就可以得到完整版”。
![](http://www.vxer.net/up/1108584507.jpg)
用Reflector打开asc.exe,发现程序范了兵家大忌:没有用混淆器。在AdvancedSystemCleaner.Module2下发现MyClsRegister类,从名称看来是和注册相关的,内容如下:
public class MyClsRegister
{
// Methods
static MyClsRegister();
public MyClsRegister();
public static void DelExprie();
public static string GetRegCodeValue();
private static string GetRegisterCode(string strCodeWord, string strValue);
public static string GetRegName();
public static void Registered();
// Fields
private static RegistryKey ObjRK;
}
public static void Registered()
{
string text2 = Module2.MyClsRegister.GetRegName();
string text1 = Module2.MyClsRegister.GetRegCodeValue();
if ((StringType.StrCmp(text1, "", false) == 0) &line; (StringType.StrCmp(text2, "", false) == 0))
{
Module1.blnRegistered = false;
}
else
{
string text3;
string text4;
string text5;
string text6;
try
{
text3 = text1.Substring(0, 5);
text4 = text1.Substring(6, 5);
text5 = text1.Substring(12, 5);
text6 = text1.Substring(0x12, 5);
}
catch (Exception exception1)
{
ProjectData.SetProjectError(exception1);
Module1.blnRegistered = false;
ProjectData.ClearProjectError();
return;
ProjectData.ClearProjectError();
}
if (StringType.StrCmp(text6, Module2.MyClsRegister.GetRegisterCode(text3 + text4 +Module1.ainfo.Version.Substring(0, 4), text5), false) != 0)
{
Module1.blnRegistered = true;
}
else
{
Module1.blnRegistered = true;
}
}
}
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课