首页
社区
课程
招聘
[原创]我第一次写crackme,大家来试一试,
发表于: 2008-11-5 01:04 5355

[原创]我第一次写crackme,大家来试一试,

2008-11-5 01:04
5355
写了一个晚上,我估计菜鸟都能把它秒杀,

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (9)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
gry
2
看看是什么?
2008-11-5 12:16
0
雪    币: 261
活跃值: (10)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
3
不知道作者本人能不能用OD来调试呢?我也写过下C#的,好像是不行的啊!还有像这种东西最好先说明一下好,要不没装。NET的人下了就等于白下了,不装一个20多M的软件是连运行也运行不了的哦!
2008-11-5 12:55
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
nvr
4
运行不了~!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2008-11-5 15:47
0
雪    币: 205
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
.net 的吗。我的机子运行不了
2008-11-5 16:11
0
雪    币: 228
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
是.net的,要安装 .net  framework 2.0.
最好能写出注册机。
2008-11-5 16:27
0
雪    币: 136
活跃值: (48)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
7
.maxstack  5
  .locals init (string[] V_0,
           string[] V_1,
           int32[] V_2,
           string V_3,
           string V_4,
           int32 V_5,
           int32 V_6)
  IL_0000:  ldc.i4.6
  IL_0001:  newarr     [mscorlib]System.String
  IL_0006:  stloc.0
  IL_0007:  ldc.i4.7
  IL_0008:  newarr     [mscorlib]System.String
  IL_000d:  stloc.1
  IL_000e:  ldc.i4.7
  IL_000f:  newarr     [mscorlib]System.Int32
  IL_0014:  stloc.2
  IL_0015:  ldarg.0
  IL_0016:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.TextBox _33333.Form1::get_TextBox1()
  IL_001b:  callvirt   instance string [System.Windows.Forms]System.Windows.Forms.TextBox::get_Text()
  IL_0020:  stloc.3
  IL_0021:  ldarg.0
  IL_0022:  callvirt   instance class [System.Windows.Forms]System.Windows.Forms.TextBox _33333.Form1::get_TextBox2()
  IL_0027:  callvirt   instance string [System.Windows.Forms]System.Windows.Forms.TextBox::get_Text()
  IL_002c:  stloc.s    V_4
  IL_002e:  ldloc.3
  IL_002f:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Len(string)
  IL_0034:  ldc.i4.0
  IL_0035:  bne.un.s   IL_004d
  IL_0037:  ldstr      bytearray (F7 8B 20 00 93 8F 65 51 28 75 37 62 0D 54 01 FF ) // .. ...eQ(u7b.T..
  IL_003c:  ldc.i4.0
  IL_003d:  ldstr      bytearray (75 54 75 54 )                                     // uTuT
  IL_0042:  call       valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxResult [Microsoft.VisualBasic]Microsoft.VisualBasic.Interaction::MsgBox(object,
                                                                                                                                                            valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxStyle,
                                                                                                                                                            object)
  IL_0047:  pop
  IL_0048:  br         IL_01a1
  IL_004d:  ldloc.s    V_4
  IL_004f:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Len(string)
  IL_0054:  ldc.i4.0
  IL_0055:  bne.un.s   IL_006d
  IL_0057:  ldstr      bytearray (F7 8B 93 8F 65 51 E8 6C 8C 51 01 78 01 FF )       // ....eQ.l.Q.x..
  IL_005c:  ldc.i4.1
  IL_005d:  ldstr      bytearray (75 54 75 54 )                                     // uTuT
  IL_0062:  call       valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxResult [Microsoft.VisualBasic]Microsoft.VisualBasic.Interaction::MsgBox(object,
                                                                                                                                                            valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxStyle,
                                                                                                                                                            object)
  IL_0067:  pop
  IL_0068:  br         IL_01a1
  IL_006d:  ldloc.3
  IL_006e:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Len(string)
  IL_0073:  ldc.i4.6
  IL_0074:  ceq
  IL_0076:  ldloc.s    V_4
  IL_0078:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Len(string)
  IL_007d:  ldc.i4.6
  IL_007e:  ceq
  IL_0080:  and
  IL_0081:  brfalse    IL_0190
  IL_0086:  ldc.i4.1
  IL_0087:  stloc.s    V_5
  IL_0089:  ldloc.0
  IL_008a:  ldloc.s    V_5
  IL_008c:  ldc.i4.1
  IL_008d:  sub.ovf
  IL_008e:  ldloc.3
  IL_008f:  ldloc.s    V_5
  IL_0091:  ldc.i4.1
  IL_0092:  call       string [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Mid(string,
                                                                                        int32,
                                                                                        int32)
  IL_0097:  stelem.ref
  IL_0098:  ldloc.s    V_5
  IL_009a:  ldc.i4.1
  IL_009b:  add.ovf
  IL_009c:  stloc.s    V_5
  IL_009e:  ldloc.s    V_5
  IL_00a0:  ldc.i4.6
  IL_00a1:  ble.s      IL_0089
  IL_00a3:  ldc.i4.1
  IL_00a4:  stloc.s    V_6
  IL_00a6:  ldloc.1
  IL_00a7:  ldloc.s    V_6
  IL_00a9:  ldc.i4.1
  IL_00aa:  sub.ovf
  IL_00ab:  ldloc.s    V_4
  IL_00ad:  ldloc.s    V_6
  IL_00af:  ldc.i4.1
  IL_00b0:  call       string [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Mid(string,
                                                                                        int32,
                                                                                        int32)
  IL_00b5:  stelem.ref
  IL_00b6:  ldloc.s    V_6
  IL_00b8:  ldc.i4.1
  IL_00b9:  add.ovf
  IL_00ba:  stloc.s    V_6
  IL_00bc:  ldloc.s    V_6
  IL_00be:  ldc.i4.6
  IL_00bf:  ble.s      IL_00a6
  IL_00c1:  ldloc.2
  IL_00c2:  ldc.i4.0
  IL_00c3:  ldloc.0
  IL_00c4:  ldc.i4.0
  IL_00c5:  ldelem.ref
  IL_00c6:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00cb:  ldloc.1
  IL_00cc:  ldc.i4.2
  IL_00cd:  ldelem.ref
  IL_00ce:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00d3:  sub.ovf
  IL_00d4:  stelem.i4
  IL_00d5:  ldloc.2
  IL_00d6:  ldc.i4.1
  IL_00d7:  ldloc.0
  IL_00d8:  ldc.i4.1
  IL_00d9:  ldelem.ref
  IL_00da:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00df:  ldloc.1
  IL_00e0:  ldc.i4.3
  IL_00e1:  ldelem.ref
  IL_00e2:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00e7:  sub.ovf
  IL_00e8:  stelem.i4
  IL_00e9:  ldloc.2
  IL_00ea:  ldc.i4.2
  IL_00eb:  ldloc.0
  IL_00ec:  ldc.i4.2
  IL_00ed:  ldelem.ref
  IL_00ee:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00f3:  ldloc.1
  IL_00f4:  ldc.i4.5
  IL_00f5:  ldelem.ref
  IL_00f6:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_00fb:  sub.ovf
  IL_00fc:  stelem.i4
  IL_00fd:  ldloc.2
  IL_00fe:  ldc.i4.3
  IL_00ff:  ldloc.0
  IL_0100:  ldc.i4.3
  IL_0101:  ldelem.ref
  IL_0102:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_0107:  ldloc.1
  IL_0108:  ldc.i4.0
  IL_0109:  ldelem.ref
  IL_010a:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_010f:  sub.ovf
  IL_0110:  stelem.i4
  IL_0111:  ldloc.2
  IL_0112:  ldc.i4.4
  IL_0113:  ldloc.0
  IL_0114:  ldc.i4.4
  IL_0115:  ldelem.ref
  IL_0116:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_011b:  ldloc.1
  IL_011c:  ldc.i4.4
  IL_011d:  ldelem.ref
  IL_011e:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_0123:  sub.ovf
  IL_0124:  stelem.i4
  IL_0125:  ldloc.2
  IL_0126:  ldc.i4.5
  IL_0127:  ldloc.0
  IL_0128:  ldc.i4.5
  IL_0129:  ldelem.ref
  IL_012a:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_012f:  ldloc.1
  IL_0130:  ldc.i4.1
  IL_0131:  ldelem.ref
  IL_0132:  call       int32 [Microsoft.VisualBasic]Microsoft.VisualBasic.Strings::Asc(string)
  IL_0137:  sub.ovf
  IL_0138:  stelem.i4
  IL_0139:  ldloc.2
  IL_013a:  ldc.i4.0
  IL_013b:  ldelem.i4
  IL_013c:  ldc.i4.s   20
  IL_013e:  ceq
  IL_0140:  ldloc.2
  IL_0141:  ldc.i4.1
  IL_0142:  ldelem.i4
  IL_0143:  ldc.i4.s   21
  IL_0145:  ceq
  IL_0147:  and
  IL_0148:  ldloc.2
  IL_0149:  ldc.i4.2
  IL_014a:  ldelem.i4
  IL_014b:  ldc.i4.s   22
  IL_014d:  ceq
  IL_014f:  and
  IL_0150:  ldloc.2
  IL_0151:  ldc.i4.3
  IL_0152:  ldelem.i4
  IL_0153:  ldc.i4.s   23
  IL_0155:  ceq
  IL_0157:  and
  IL_0158:  ldloc.2
  IL_0159:  ldc.i4.4
  IL_015a:  ldelem.i4
  IL_015b:  ldc.i4.s   24
  IL_015d:  ceq
  IL_015f:  and
  IL_0160:  ldloc.2
  IL_0161:  ldc.i4.5
  IL_0162:  ldelem.i4
  IL_0163:  ldc.i4.s   25
  IL_0165:  ceq
  IL_0167:  and
  IL_0168:  brfalse.s  IL_017d
  IL_016a:  ldstr      bytearray (60 4F 2F 66 29 59 4D 62 01 FF )                   // `O/f)YMb..
  IL_016f:  ldc.i4.0
  IL_0170:  ldstr      bytearray (63 6B 6E 78 )                                     // cknx
  IL_0175:  call       valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxResult [Microsoft.VisualBasic]Microsoft.VisualBasic.Interaction::MsgBox(object,
                                                                                                                                                            valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxStyle,
                                                                                                                                                            object)
  IL_017a:  pop
  IL_017b:  br.s       IL_01a1
  IL_017d:  ldstr      bytearray (D8 8F 81 89 A0 52 B9 6C 01 FF )                   // .....R.l..
  IL_0182:  ldc.i4.0
  IL_0183:  ldstr      "bad!"
  IL_0188:  call       valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxResult [Microsoft.VisualBasic]Microsoft.VisualBasic.Interaction::MsgBox(object,
                                                                                                                                                            valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxStyle,
                                                                                                                                                            object)
  IL_018d:  pop
  IL_018e:  br.s       IL_01a1
  IL_0190:  ldstr      bytearray (60 4F 2F 66 7D 76 03 54 01 FF )                   // `O/f}v.T..
  IL_0195:  ldc.i4.0
  IL_0196:  ldstr      bytearray (60 4F 81 89 A0 52 B9 6C 4A 55 01 FF )             // `O...R.lJU..
  IL_019b:  call       valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxResult [Microsoft.VisualBasic]Microsoft.VisualBasic.Interaction::MsgBox(object,
                                                                                                                                                            valuetype [Microsoft.VisualBasic]Microsoft.VisualBasic.MsgBoxStyle,
                                                                                                                                                            object)
  IL_01a0:  pop
  IL_01a1:  ret
2008-11-5 19:24
0
雪    币: 399
活跃值: (38)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
8
stalke
UL__SK

注册机不用写
没有任何混淆,没有任何保护
直接把代码复制出来就是注册机了
上传的附件:
2008-11-5 20:29
0
雪    币: 228
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
楼上的两位太打击我了!
我下次要写一个强的,不用.net的,我用vc,加vm保护,
2008-11-6 20:52
0
雪    币: 201
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
本想看看的.我的电脑也打不开.
不试了.支持下原创.
2008-11-6 22:56
0
游客
登录 | 注册 方可回帖
返回
//