<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>宝峰科技 - 辅助·综合技术</title>
    <link>https://wgbcw.com/forum-63-1.html</link>
    <description>Latest 20 threads of 辅助·综合技术</description>
    <copyright>Copyright(C) 宝峰科技</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 00:25:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://wgbcw.com/static/image/common/logo_88_31.gif</url>
      <title>宝峰科技</title>
      <link>https://wgbcw.com/</link>
    </image>
    <item>
      <title>关于VB辅助</title>
      <link>https://wgbcw.com/thread-1384-1-1.html</link>
      <description><![CDATA[大家好，我是新人，现在想学点辅助知识，看到用VB的不是很多，不知道是因为这语言太简单吗，功能不够强大吗，请指教。]]></description>
      <category>辅助·综合技术</category>
      <author>nwfoaf</author>
      <pubDate>Tue, 17 Jan 2012 14:29:07 +0000</pubDate>
    </item>
    <item>
      <title>两个易语言源码(输入法注入和驱动写内存)仅供参考</title>
      <link>https://wgbcw.com/thread-1326-1-1.html</link>
      <description><![CDATA[也没啥的，有兴趣的朋友下载参考下]]></description>
      <category>辅助·综合技术</category>
      <author>admin</author>
      <pubDate>Fri, 21 Oct 2011 12:19:30 +0000</pubDate>
    </item>
    <item>
      <title>热血江湖的几个功能CALL</title>
      <link>https://wgbcw.com/thread-1262-1-1.html</link>
      <description><![CDATA[今天再整理电脑时整理出这么几个功能CALL，仅供参考：

捡物品CALL
00456586    8B86 E4160000   mov     eax, dword ptr [esi+16E4]
0045658C    6A 02           push    2
0045658E    8B8E E8160000   mov     ecx, dword ptr [esi+16E8]
00456594    83EC 0C       ...]]></description>
      <category>辅助·综合技术</category>
      <author>潇潇</author>
      <pubDate>Wed, 03 Aug 2011 15:38:46 +0000</pubDate>
    </item>
    <item>
      <title>剑侠1的几个功能CALL</title>
      <link>https://wgbcw.com/thread-1261-1-1.html</link>
      <description><![CDATA[今天整理电脑时整理出这几个，仅供参考：]]></description>
      <category>辅助·综合技术</category>
      <author>潇潇</author>
      <pubDate>Wed, 03 Aug 2011 15:34:59 +0000</pubDate>
    </item>
    <item>
      <title>VC6.0 MFC 实现热血江湖喊话CALL编写(字符指针方式和字节指针方式)</title>
      <link>https://wgbcw.com/thread-1132-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>辅助·综合技术</category>
      <author>潇潇</author>
      <pubDate>Wed, 16 Feb 2011 04:46:18 +0000</pubDate>
    </item>
    <item>
      <title>CE分析XXXX游戏怪物数组时把角色信息也找出来了，都是CE断点惹得祸?</title>
      <link>https://wgbcw.com/thread-1073-1-1.html</link>
      <description><![CDATA[今天开始分析XXXX游戏的怪物数组，竟然CE的断点时，断来断去找到了个地方就是角色属性数据，都是CE断点惹得祸？……

上图不难看出，本来目的是要找 mov esi,[ebx+10] 中的EBX的值，于是便往上看看附近的反汇编，只到看到mov edi,[006fda30]，根据经验通常都要把地址 [0 ...]]></description>
      <category>辅助·综合技术</category>
      <author>潇潇</author>
      <pubDate>Thu, 16 Dec 2010 14:35:11 +0000</pubDate>
    </item>
    <item>
      <title>VB汇编类在网游中的应用(XXXX游戏聊天CALL)</title>
      <link>https://wgbcw.com/thread-1067-1-1.html</link>
      <description><![CDATA[首先看下目标网游的聊天CALL代码：CALL调用核心代码：]]></description>
      <category>辅助·综合技术</category>
      <author>潇潇</author>
      <pubDate>Tue, 14 Dec 2010 06:56:38 +0000</pubDate>
    </item>
    <item>
      <title>DNF国服最新基址信息</title>
      <link>https://wgbcw.com/thread-995-1-1.html</link>
      <description><![CDATA[人物基址：0x011C6364
召唤基址：0x016026D8
怪物基址：0x01600E04
怪物数量：0x011C8498
攻击对象：0x01602F0C
商店基址：0x0116FBC4
仓库基址：0x009BD8A0]]></description>
      <category>辅助·综合技术</category>
      <author>admin</author>
      <pubDate>Tue, 16 Nov 2010 05:40:57 +0000</pubDate>
    </item>
    <item>
      <title>某游戏资源解密</title>
      <link>https://wgbcw.com/thread-900-1-1.html</link>
      <description><![CDATA[第一次写文章，写的不好，见谅
因为我是做**的，接触的东西教多，杂七杂八，都是半通水，
来这里也那么久了，没发过什么实质性的文章，
在这里先介绍下，如何解密游戏资源，
因为很多游戏，都是用一些工具吧资源加密了，我们看不到文件里面的内容，但是，解密以后，就 ...]]></description>
      <category>辅助·综合技术</category>
      <author>保护伞</author>
      <pubDate>Sat, 30 Oct 2010 09:24:19 +0000</pubDate>
    </item>
    <item>
      <title>中文转换16进制,解决CE搜索中文</title>
      <link>https://wgbcw.com/thread-898-1-1.html</link>
      <description><![CDATA[CE的文本搜索对中文的支持不好,很多中文是搜索不到的.
老大建议改用字符数组搜索.但中文转换成16进制是个问题,下面源码可以解决这个问题,
方便大家搜索中文内存地址.

程序是用C#写的. 

调用   ToHex(\&quot;黑泡泡\&quot;,\&quot;Unicode\&quot;,true);
返回   D1 9E E1 6C E1 6C ...]]></description>
      <category>辅助·综合技术</category>
      <author>黑泡泡</author>
      <pubDate>Fri, 29 Oct 2010 05:15:29 +0000</pubDate>
    </item>
    <item>
      <title>C#做辅助的常用API</title>
      <link>https://wgbcw.com/thread-896-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>辅助·综合技术</category>
      <author>admin</author>
      <pubDate>Thu, 28 Oct 2010 10:45:38 +0000</pubDate>
    </item>
    <item>
      <title>VC++提升进程权限源码</title>
      <link>https://wgbcw.com/thread-886-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>辅助·综合技术</category>
      <author>Asphyre</author>
      <pubDate>Fri, 22 Oct 2010 09:09:30 +0000</pubDate>
    </item>
    <item>
      <title>C#远程注入汇编代码和分析</title>
      <link>https://wgbcw.com/thread-872-1-1.html</link>
      <description><![CDATA[直接贴代码咯.

汇编反编译代码:
push    ebx                                   ;ebx=0
push    ebx                                   
lea     edx, dword ptr [esp+14]     
push    edx                                   ;这里push的edx每次的值不固定
lea     ...]]></description>
      <category>辅助·综合技术</category>
      <author>黑泡泡</author>
      <pubDate>Wed, 20 Oct 2010 09:09:02 +0000</pubDate>
    </item>
    <item>
      <title>C#版第一帖，c#实现魔兽(warIII)中显血和改键功能源码</title>
      <link>https://wgbcw.com/thread-857-1-1.html</link>
      <description><![CDATA[c#板块太冷清。在此共享下我的学习资料。如果有人气的话可以继续共享。]]></description>
      <category>辅助·综合技术</category>
      <author>黑泡泡</author>
      <pubDate>Sun, 17 Oct 2010 02:23:12 +0000</pubDate>
    </item>
    <item>
      <title>萧哥进来帮忙CE和易语言</title>
      <link>https://wgbcw.com/thread-809-1-1.html</link>
      <description><![CDATA[我用着两个软件就是不知道怎么制作战国英雄的血挂，我是一个游戏爱好者有时候研究一下编辑，但是我感觉好难呀，主要是没有找到过这游戏的教程希望萧哥能帮忙解决下，最好来个视频教程，来到这个萧哥的网站学会了不少东西，但是研究好久还是没有搞定，顶你萧哥，希望能帮 ...]]></description>
      <category>辅助·综合技术</category>
      <author>战国网络</author>
      <pubDate>Thu, 07 Oct 2010 04:45:22 +0000</pubDate>
    </item>
    <item>
      <title>潇哥请进来帮忙</title>
      <link>https://wgbcw.com/thread-806-1-1.html</link>
      <description><![CDATA[苦求网游战国英雄.血挂制作技术  潇哥帮我，研究好久压力太大，希望能指点 最好来个视频教程谢谢 你的粉丝永远顶你]]></description>
      <category>辅助·综合技术</category>
      <author>战国网络</author>
      <pubDate>Wed, 06 Oct 2010 15:30:38 +0000</pubDate>
    </item>
    <item>
      <title>DNF 最新智能半屏控杀怪数量攻击源码</title>
      <link>https://wgbcw.com/thread-723-1-1.html</link>
      <description><![CDATA[回帖是一种美德！]]></description>
      <category>辅助·综合技术</category>
      <author>8881020</author>
      <pubDate>Thu, 09 Sep 2010 11:36:35 +0000</pubDate>
    </item>
    <item>
      <title>DNF第九章9月7日更新基址公布</title>
      <link>https://wgbcw.com/thread-720-1-1.html</link>
      <description><![CDATA[技能EDX  01031AF0

技能EAX  01031AF4

商店     01112AF8

商店偏移 1BD8

人物     01166AD4
下面需要回复才能看见！


本帖隐藏的内容需要回复才可以浏览
加密ECX  01328F60 {1，50，143，96}

加密ESI  01328F64 {1，50，143，100}

被攻击对象  01587D74

消耗品 ...]]></description>
      <category>辅助·综合技术</category>
      <author>8881020</author>
      <pubDate>Thu, 09 Sep 2010 11:28:27 +0000</pubDate>
    </item>
    <item>
      <title>dnf德芙的DLL简单分析</title>
      <link>https://wgbcw.com/thread-696-1-1.html</link>
      <description><![CDATA[100013CE   MOV EAX,sfd2~Rip.1008177A                  DNF.exe
10001475   PUSH sfd2~Rip.10081782                     当前进程：
100014EB   MOV EAX,sfd2~Rip.1008178D                  0115956c
1000150A   MOV EAX,sfd2~Rip.10081796                  015776 ...]]></description>
      <category>辅助·综合技术</category>
      <author>8881020</author>
      <pubDate>Tue, 17 Aug 2010 09:52:15 +0000</pubDate>
    </item>
    <item>
      <title>龙之谷 穿墙代码加本地隐身</title>
      <link>https://wgbcw.com/thread-694-1-1.html</link>
      <description><![CDATA[龙之谷 穿墙代码加本地隐身

其实穿墙是我看了论坛某人发的一个隐身代码，结果修改成某数值后既然变成了穿墙.虽然也隐身了，但是隐身是自慰，别人依然能看见.
注意，有的墙是穿不过去，有的可以，别等下说无效..

—————————————————————————— ...]]></description>
      <category>辅助·综合技术</category>
      <author>8881020</author>
      <pubDate>Tue, 17 Aug 2010 09:48:49 +0000</pubDate>
    </item>
  </channel>
</rss>