lwbsjx 发表于 2021-8-27 10:52

OD加载不了,有兴趣的可以帮我看看!



软件可以使用三次!三次后要求输入注册码!

链接:https://pan.baidu.com/s/1GZI6BXEjaOcgMZXMLonhaQ
提取码:pc45
--来自百度网盘超级会员V5的分享

Rooking 发表于 2021-8-27 10:52

软件很简单没有什么难度,没加壳 没混淆重置3次试用只需2步:
01. 去HKEY_LOCAL_MACHINE\SOFTWARE\RZTH这里 删掉注册表项
02. 去D:\Program Files\Spring文件夹下删掉里面的txt文件
这样就可以一直用,爆破就不给你了,也很简单

Rooking 发表于 2021-8-27 12:36

你用错工具了嘛 这是 .NET 程序你用OD自然是不行dnSpy

lwbsjx 发表于 2021-8-27 16:15

谢谢:Rooking、有机会的放些PJ截图,我们也好好学习一下!

lwbsjx 发表于 2021-8-27 16:36

RegistryKey registryKey;
                                if (Environment.Is64BitOperatingSystem)
                                {
                                        registryKey = RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, RegistryView.Registry64).CreateSubKey("SOFTWARE").CreateSubKey("RZTH", true);
                                }
                                else
                                {
                                        registryKey = Registry.LocalMachine.CreateSubKey("SOFTWARE").CreateSubKey("RZTH");
                                }
                                registryKey.SetValue("RegistrationCode", this.RTB_RegistrationCode.Text);
                                registryKey.Close();
                                string path = "D:\\Program Files\\Spring\\Code.txt";
                                if (!Directory.Exists("D:\\"))
                                {
                                        path = "C:\\Program Files\\Spring\\Code.txt";
                                }
                                if (File.Exists(path))


找到要修改的注册表及TXT文件了!

Rooking 发表于 2021-8-27 16:50

lwbsjx 发表于 2021-8-27 16:36
RegistryKey registryKey;
                                if (Environment.Is64BitOperatingSystem)
                                {


你直接搜索注册就行了 就能找到关键点 难度一星

lwbsjx 发表于 2021-8-27 16:55

刚开始学习,DNSPY软件第一次使用!可否重点一下修改点?
页: [1]
查看完整版本: OD加载不了,有兴趣的可以帮我看看!