<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>1401软件安全 - 〖图文教程〗</title>
    <link>https://www.52js8.com/forum.php?mod=forumdisplay&amp;fid=104</link>
    <description>Latest 20 threads of 〖图文教程〗</description>
    <copyright>Copyright(C) 1401软件安全</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 03:02:23 +0000</lastBuildDate>
    <ttl>90</ttl>
    <image>
      <url>https://www.52js8.com/static/image/common/logo_88_31.gif</url>
      <title>1401软件安全</title>
      <link>https://www.52js8.com/</link>
    </image>
    <item>
      <title>VMP 3.8 AntiAntiDebug</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=10160</link>
      <description><![CDATA[大家好呀！我今天看到了VMP3.8,我知道很多人都没过去

1.AntiDebug&gt;R3层&gt;好像加了一个不知道什么好像是不兼容不管它了咱们继续往下分析和VMP3.6,3.7一样 先处理掉PEB的俩小玩意BeingDebuggedz,BeingDebuggedz另外NtqueryInfarmationProcess,然后写驱动HOOK掉这些 VM：双 ...]]></description>
      <category>〖图文教程〗</category>
      <author>xiaomeng</author>
      <pubDate>Wed, 26 Apr 2023 09:59:47 +0000</pubDate>
    </item>
    <item>
      <title>SDF Viewer KEY算法分析</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=9680</link>
      <description><![CDATA[使用工具:1.Detect It Easy(查壳工具)
2.dnspy(反编译工具)
3.De4Dot ToolKit V 2.0(脱壳工具)
4.C#代码在线执行网站(加密解密代码执行 KeyGen)分析过程首先我们先用查壳工具看一下

显示VB.NET,嗯有的搞
dnspy载入看一下

这明显就是加了壳的
试着用De4Dot脱一下


代 ...]]></description>
      <category>〖图文教程〗</category>
      <author>1724663133</author>
      <pubDate>Thu, 24 Mar 2022 02:23:09 +0000</pubDate>
    </item>
    <item>
      <title>[原创]分享把一个易语言翻译模块翻译成C#</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=7373</link>
      <description><![CDATA[]]></description>
      <category>〖图文教程〗</category>
      <author>1724663133</author>
      <pubDate>Fri, 11 Oct 2019 13:10:14 +0000</pubDate>
    </item>
    <item>
      <title>破解繁星.NET代码生成器之-简单粗暴</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=6908</link>
      <description><![CDATA[1.找到注册入口，查看相关提示信息，如图：

2.程序没有加壳，没有混淆，直接Reflect载入，果然先搜索刚才的提示信息，如图：


3.挨着看方法内部，其实通过名字也大概能猜到，所以废话不多说，直接改，如图：




3.1.ctor为FrmMain的构造方法，此方法为重启验证的， ...]]></description>
      <category>〖图文教程〗</category>
      <author>2090106796</author>
      <pubDate>Thu, 18 Apr 2019 01:31:58 +0000</pubDate>
    </item>
    <item>
      <title>过vmp3.x的虚拟机和调试器检测</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=6314</link>
      <description><![CDATA[转自看雪论坛

VMP3.x 以上的版本的壳代码引入了一个标志位数值 Flags, 根据这个Flags值的位执行对应的事情。 
比如：
and 2 = 2 表示检测用户层调试器
and 4 = 4 表示检测内核调试器

and 10 = 10 表示检测虚拟机

只要将这个值修改为0，调试器和虚拟机检测甚至内存校 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Fri, 11 May 2018 06:46:44 +0000</pubDate>
    </item>
    <item>
      <title>按键精灵易游破解教程</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=6309</link>
      <description><![CDATA[在别的地方看到的分享给大家
**** 本内容被作者隐藏 ****]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Wed, 09 May 2018 08:23:48 +0000</pubDate>
    </item>
    <item>
      <title>VaySoft Video to EXE Converter 视频加密破解</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=4936</link>
      <description><![CDATA[网上下载一个加密视频的看起来不错 结果是秒破的

界面如下：




od下MessageBoxA和w断电 随便输入注册码断下


单步从retn出来



推到断手nop第一个jnz即可 就是这么垃圾的一个软件。。。。









 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Sat, 21 Jan 2017 14:24:03 +0000</pubDate>
    </item>
    <item>
      <title>爆破网络验证之----补码应用延伸</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3849</link>
      <description><![CDATA[H。
好，废话不多说。进入我们，今天我们要学的是----网络验证的啦啦啦！大家好，我是Black{:5_117:}
今天给大家带来的教程是补码。新手教程 勿喷0.0
以前卤煮总是听别人说补码补码的，今天跟某大牛学的。
好，废话不多说，进入正题。{:5_124:}
所谓补码，其实就是有正 ...]]></description>
      <category>〖图文教程〗</category>
      <author>304914289</author>
      <pubDate>Mon, 25 Jan 2016 09:09:40 +0000</pubDate>
    </item>
    <item>
      <title>菜鸟的另类注册机编写。大牛自动忽略</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3682</link>
      <description><![CDATA[本帖隐藏的内容 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 




 

 19.png (91.89 KB, 下载次数: 0)
下载附件
4 小时前 上传]]></description>
      <category>〖图文教程〗</category>
      <author>1724663133</author>
      <pubDate>Tue, 01 Dec 2015 14:24:57 +0000</pubDate>
    </item>
    <item>
      <title>QQ空间评论说说代码卡几十万人赞说说</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3621</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>〖图文教程〗</category>
      <author>admin_user</author>
      <pubDate>Tue, 10 Nov 2015 20:34:32 +0000</pubDate>
    </item>
    <item>
      <title>战国时代破解教程（附破解工具）</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3595</link>
      <description><![CDATA[此教程针对战国时代的飘零验证，利用爆破特征码进行破解，这辅助还有蓝屏暗装 本教程也会教大家去除  应该来说教程比较简单 一般看几遍就会了  此方法适用于其他的飘零辅助破解      好了

文字教程 如果你又什么不懂 就可以留言疑问 电脑呗格式化了 没办法发布视频教程 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin_user</author>
      <pubDate>Wed, 04 Nov 2015 20:39:13 +0000</pubDate>
    </item>
    <item>
      <title>实战 -- OD调试过VMProtect虚拟机检测教程（二）</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3497</link>
      <description><![CDATA[载入OD，提示对不起，这个程序不能运行在虚拟机内，大概就是这个意思。
 


重新载入，参考上个帖子的方法，利用FKVMP插件，点击Start，再点击L，来到数据日志窗口，找到retn这个值，复制他的地址。
 


返回反汇编窗口，Ctrl+G 粘贴地址，来到地址处
 

上次的帖子中我 ...]]></description>
      <category>〖图文教程〗</category>
      <author>1724663133</author>
      <pubDate>Fri, 18 Sep 2015 15:03:47 +0000</pubDate>
    </item>
    <item>
      <title>实战 -- OD调试过VMProtect虚拟机检测教程</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3496</link>
      <description><![CDATA[这款辅助是昨天下午3点更新的一款CF辅助，然后我刚刚才下载的想破解一下，破解并不是为了开辅助玩游戏，而是不断的学习破解知识，但是发现有虚拟机检测，没办法破解，查阅了大量的资料，历经重重困难，终于搞定了它的检测，好了教程开始。

太专业的术语我也不知道怎么 ...]]></description>
      <category>〖图文教程〗</category>
      <author>1724663133</author>
      <pubDate>Fri, 18 Sep 2015 15:02:38 +0000</pubDate>
    </item>
    <item>
      <title>各式各样的PHOTOSHOP图文教程合集</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3275</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Wed, 15 Jul 2015 04:51:53 +0000</pubDate>
    </item>
    <item>
      <title>万捷网络验证学习小记</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3263</link>
      <description><![CDATA[首先从程序界面可以看出标准的万捷且由易语言编写
看到同学push窗口爆破个人觉得此方法不错，但是时常会出现无功能,少功能的情况,因为按钮事件判断后常有一些改变的变量在功能窗口有联系
此程序就是一个易语言调用大漠插件(dm.dll)的脚本程序,push窗口会导致无法注册大 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Mon, 13 Jul 2015 14:09:12 +0000</pubDate>
    </item>
    <item>
      <title>简单破解程序游戏多开</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3262</link>
      <description><![CDATA[一、打开我们编写好的程序之后，再打开一次，这是弹窗了，点击确定，自动退出程序，第一次打开的程序还是在的。
本节讲互斥体CreateMutex函数，自行尝试下信息框，退出断点等，不在次课范围。


 


二、我想偷懒一点了。载入od，下bp CreateMutexA 断点，运行程序，F9  ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Mon, 13 Jul 2015 14:07:22 +0000</pubDate>
    </item>
    <item>
      <title>到达OEP的几种方法</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3261</link>
      <description><![CDATA[方法一：单步跟踪
原理：壳的特点是在原程序运行前得到控制权限，等壳运行完毕后，在将控制权交给原程序。即加壳程序的入口点是壳程序的入口点，单步跟踪实际就是从壳的入口点一步步运行到原程序的入口点即(OEP)的过程。
过程：OD载入—单步步过（F8）或步入（F7）—遇 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Mon, 13 Jul 2015 14:05:29 +0000</pubDate>
    </item>
    <item>
      <title>win rar去广告 破解教程</title>
      <link>https://www.52js8.com/forum.php?mod=viewthread&amp;tid=3260</link>
      <description><![CDATA[WinRAR可是一个老款的压缩软件，现在已经对大陆用户免费了

个人认为这个软件相对于其他软件来说（例如：360压缩、2345好压之类的），还是比较不错的  压缩性能也不错，是一款比较经典的软件，用户也破亿了

说的是免费了   其实它只是换了一个商业模式而已，利用广告来 ...]]></description>
      <category>〖图文教程〗</category>
      <author>admin</author>
      <pubDate>Mon, 13 Jul 2015 13:13:54 +0000</pubDate>
    </item>
  </channel>
</rss>