<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>我爱代码 - 专业游戏安全与逆向论坛 - 我是小白</title>
    <link>http://www.woaidaima.com/forum-112-1.html</link>
    <description>Latest 20 threads of 我是小白</description>
    <copyright>Copyright(C) 我爱代码 - 专业游戏安全与逆向论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 18 May 2026 09:10:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.woaidaima.com/static/image/common/logo_88_31.gif</url>
      <title>我爱代码 - 专业游戏安全与逆向论坛</title>
      <link>http://www.woaidaima.com/</link>
    </image>
    <item>
      <title>10.32位与64位函数调用栈传递参数详解-我爱代码论坛零基础...</title>
      <link>http://www.woaidaima.com/thread-95476-1-1.html</link>
      <description><![CDATA[10.32位与64位函数调用栈传递参数详解-我爱代码论坛零基础系列
  cdecl_stdcall_fastcall_3种调用方式
  3种调用方式的参数传递与栈平衡
  32位内联汇编
  运行时函数的cdecl调用修饰原因
  x32Dbg动态观察运行状态
  64位函数调用
  64位内联汇编
  Asm文件的创建
  VS ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Thu, 29 Sep 2022 11:25:25 +0000</pubDate>
    </item>
    <item>
      <title>9.结合反汇编理解寄存器和栈桢-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95474-1-1.html</link>
      <description><![CDATA[9.结合反汇编理解寄存器和栈桢-我爱代码论坛零基础系列  ..
  函数保存栈桢与恢复栈桢
  8个寄存器背诵口诀
  内联汇编定位函数地址
  花指令
  VS打断点
  VS调试运行
  VS反汇编
  x64Dbg反汇编工具的使用
  观察栈桢单步运行的变化
  单步观察栈桢的清理过程

视频课 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 28 Sep 2022 03:11:28 +0000</pubDate>
    </item>
    <item>
      <title>8.VisualAssistX插件的安装-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95470-1-1.html</link>
      <description><![CDATA[8.VisualAssistX插件的安装-我爱代码论坛零基础系列
   VisualAssist安装目录的查找
   VS2015-2019随机目录
   Everything工具的使用
   VA_X.dll补丁覆盖
   VAX清理工具
   VA快捷键介绍

视频课程   回复可见
**** 本内容被作者隐藏 ****
相关工具下载地址   回复可 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Mon, 19 Sep 2022 07:33:31 +0000</pubDate>
    </item>
    <item>
      <title>7.第一个动态库DLL-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95469-1-1.html</link>
      <description><![CDATA[7.第一个动态库DLL-我爱代码论坛零基础系列
   动态库也是cpp的集合体(运行时)
   创建一个Dll动态库
   Dll参数的意义
   远程注入Dll入口的执行顺序
   __declspec(dllexport)导出函数
   Depends工具的使用
   C++名称粉碎的意义
   extern \&quot;C\&quot;导出函数
   .def文件 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Mon, 19 Sep 2022 03:25:40 +0000</pubDate>
    </item>
    <item>
      <title>6.第一个静态库Lib-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95467-1-1.html</link>
      <description><![CDATA[6.第一个静态库Lib-我爱代码论坛零基础系列
   静态库就是cpp的集合体
   创建一个Lib静态库
   创建一个MFC的EXE程序(2个编辑框,1个按钮)做加法
   EXE程序使用Lib静态库(将加法移动到Lib库中)
   库头文件包含(相对于cpp的目录问题)
   库文件包含(相对于vcxproj的目 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Thu, 15 Sep 2022 09:10:39 +0000</pubDate>
    </item>
    <item>
      <title>5.第一个MFC对话框程序-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95466-1-1.html</link>
      <description><![CDATA[5.第一个MFC对话框程序-我爱代码论坛零基础系列
   创建一个MFC对话框程序
   资源页面的打开和关闭
   pch预编译头的意义
   cpp与obj的关系
   按钮的拖放
   生成消息响应的代码位置详解
   全局MessageBox的调用
   MFC的MessageBox与AfxMessageBox的调用
   删除按 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Thu, 15 Sep 2022 06:31:06 +0000</pubDate>
    </item>
    <item>
      <title>4.第一个MFC程序-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95465-1-1.html</link>
      <description><![CDATA[4.第一个MFC程序-我爱代码论坛零基础系列
   手写一个MFC程序
   用40行MFC代码生成一个窗体
   基础MFC框架与SDK的关系
   MFC中找到与Win32程序SDK的框架
   CWinApp的继承关系
   CFrameWnd的继承关系
   OnPaint消息的相应
   MESSAGE_MAP的含义

视频课程   回复可 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 14 Sep 2022 11:49:19 +0000</pubDate>
    </item>
    <item>
      <title>3.第一个Win32程序-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95464-1-1.html</link>
      <description><![CDATA[3.第一个Win32程序-我爱代码论坛零基础系列
   创建了一个Win32应用程序
   讲解了WinMain的参数意义
   UNREFERENCED_PARAMETER的意义
   LoadStringW加载资源字符串
   为什要用资源加载字符串
   注册窗体类
   创建窗体
   显示窗体
   更新窗体
   得到消息
   翻 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 14 Sep 2022 08:08:12 +0000</pubDate>
    </item>
    <item>
      <title>我是小白-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95463-1-1.html</link>
      <description><![CDATA[1.各版本VS(Visual Studio)下载安装流程         (点击学习)
   如何下载VS(Visual Studio)
   如何安装VS(Visual Studio)
   C++开发需要安装哪些组件
   安装时候需要注意的事项

2.第一个控制台程序         (点击学习)
   项目创建目录层级问题
   控制台入口和参数 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 14 Sep 2022 06:52:20 +0000</pubDate>
    </item>
    <item>
      <title>2.第一个控制台程序-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95462-1-1.html</link>
      <description><![CDATA[2.第一个控制台程序-我爱代码论坛零基础系列
   项目创建目录层级问题
   控制台入口和参数的意义
   基础数据类型
   一个简单的for循环
   程序携带参数启动
   x86,x64的编译区别
   Ansi,Unicode的区别
   MessageBoxA与MessageBoxW的区别
   _T宏的意义

视频课程  ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 14 Sep 2022 06:41:33 +0000</pubDate>
    </item>
    <item>
      <title>1.各版本VS下载安装流程-我爱代码论坛零基础系列</title>
      <link>http://www.woaidaima.com/thread-95461-1-1.html</link>
      <description><![CDATA[1.各版本VS下载安装流程-我爱代码论坛零基础系列     
   如何下载VS
   如何安装VS
   C++开发需要安装哪些组件
   安装时候需要注意的事项

视频课程   回复可见
**** 本内容被作者隐藏 ****



 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Wed, 14 Sep 2022 06:39:42 +0000</pubDate>
    </item>
    <item>
      <title>天道酬勤(本站站长)入行起因</title>
      <link>http://www.woaidaima.com/thread-95443-1-1.html</link>
      <description><![CDATA[1993-1995年我上小学期间,家对面的街道上有家街机厅,我喜欢游戏机,但是没钱啊,只能看,突然有一天我发现一个人,投了个硬币,然后又拽出来了,刚开始我就没看清,后来知道了,他那硬币上有个透明的线(鱼线)我当时小,没觉得这个行为不好,反而觉得贼有意思.回家日思夜想,带 ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Mon, 01 Aug 2022 02:43:11 +0000</pubDate>
    </item>
    <item>
      <title>天道酬勤(本站站长)的学习路线</title>
      <link>http://www.woaidaima.com/thread-95442-1-1.html</link>
      <description><![CDATA[学的东西比较庞杂,我尽量回忆,能写多少写多少吧

2006年加入黑鹰基地(3800hk),
看过的课程:
      [飞飞老师]的所有课程:他的口号:\&quot;多抽出一分钟时间学习,让你的生命更加精彩!\&quot;
      (完完全全学习抓肉鸡,  0Day漏洞挖掘,  精通VMWare虚拟机,  Backtrack渗透,  webshel ...]]></description>
      <category>我是小白</category>
      <author>woaidaima2016</author>
      <pubDate>Sun, 31 Jul 2022 14:17:56 +0000</pubDate>
    </item>
  </channel>
</rss>