首页
社区
课程
招聘
[原创].net下爆破Advanced System Cleaner
发表于: 2005-2-17 12:45 9651

[原创].net下爆破Advanced System Cleaner

2005-2-17 12:45
9651

名称:Advanced System Cleaner
版本:1.2.3
官方网址:616K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6i4N6A6L8Y4S2H3i4K6u0V1L8h3q4F1j5h3N6W2M7W2)9J5k6h3y4G2L8g2)9J5c8X3q4K6j5#2)9J5c8X3W2F1k6r3g2^5i4K6u0W2K9s2c8E0L8l9`.`.
编译程序:VB.net
功能:注册表、垃圾文件、隐私信息的清理

下载后安装并运行,为20天试用版,弹出如下NAG窗口,提示“未注册,还有20天的试用时间,你花一点点小钱就可以得到完整版”。



用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直播授课

收藏
免费 7
支持
分享
最新回复 (9)
雪    币: 339
活跃值: (1510)
能力值: ( LV13,RANK:970 )
在线值:
发帖
回帖
粉丝
2
支持!!!  
2005-2-17 12:54
0
雪    币: 101153
活跃值: (201439)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
支持...
2005-2-17 12:56
0
雪    币: 238
活跃值: (250)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
4
支持楼主!!
请问Reflector在那儿有下的,确实是好东西
2005-2-17 13:14
0
雪    币: 5275
活跃值: (486)
能力值: (RANK:1170 )
在线值:
发帖
回帖
粉丝
5
官方网站71bK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3q4A6M7%4c8G2i4K6u0W2j5$3!0E0i4K6u0r3M7X3!0W2k6r3g2J5i4K6u0r3k6r3!0@1L8X3g2@1i4K6u0r3
2005-2-17 13:33
0
雪    币: 238
活跃值: (250)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
6
谢谢!!
2005-2-17 15:15
0
雪    币: 214
活跃值: (100)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
7
好,支持
2005-2-17 20:38
0
雪    币: 225
活跃值: (40)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
8
Reflector真是个好东东啊~~~~
2005-2-17 21:29
0
雪    币: 214
活跃值: (15)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
9
请问楼主:Reflector是个什么东东?是个反汇编工具吗?
2005-2-17 22:46
0
雪    币: 5275
活跃值: (486)
能力值: (RANK:1170 )
在线值:
发帖
回帖
粉丝
10
是.NET下的反编译工具,一用就知道
2005-2-18 17:42
0
游客
登录 | 注册 方可回帖
返回