<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[yangcock的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/yangcock</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; yangcock]]></copyright><item><title><![CDATA[使用INI文件来保存软件设置信息示例]]></title><link>https://blog.csdn.net/yangcock/article/details/7369976</link><guid>https://blog.csdn.net/yangcock/article/details/7369976</guid><author>yangcock</author><pubDate>Mon, 19 Mar 2012 17:58:16 +0800</pubDate><description><![CDATA[void CTestDlgDlg::OnButtonIni() 
{
    WritePrivateProfileString("TestDlg", "testStrKey", "strV", "c:\\my.ini");
    WritePrivateProfileString("TestDlg", "testIntKey", "13", "c:\\my.ini");

    D]]></description><category></category></item><item><title><![CDATA[R-D NevMash]]></title><link>https://blog.csdn.net/yangcock/article/details/7186339</link><guid>https://blog.csdn.net/yangcock/article/details/7186339</guid><author>yangcock</author><pubDate>Mon, 09 Jan 2012 08:54:20 +0800</pubDate><description><![CDATA[A couple of things. First, it sounds like you might be confusing Recast with Detour. Basically, Recast builds the meshes and Detour uses them. Recast takes the input geometry (provided by your parser)]]></description><category></category></item><item><title><![CDATA[IDC 写入函数名]]></title><link>https://blog.csdn.net/yangcock/article/details/7070532</link><guid>https://blog.csdn.net/yangcock/article/details/7070532</guid><author>yangcock</author><pubDate>Wed, 14 Dec 2011 15:12:11 +0800</pubDate><description><![CDATA[//作用：写入函数名
/*要求：
    1.TXT格式，
    2,ANSI/ASCII格式文件
    3.内容格式：
0x4B54F0 isDebuging
0x404D20 logCallbackFx
*/    

#include

static openFile(sFileName, sOpenType)
{
    if (sFileName == ""]]></description><category></category></item><item><title><![CDATA[修改远程进程空间数据示例]]></title><link>https://blog.csdn.net/yangcock/article/details/7046328</link><guid>https://blog.csdn.net/yangcock/article/details/7046328</guid><author>yangcock</author><pubDate>Tue, 06 Dec 2011 15:27:34 +0800</pubDate><description><![CDATA[void CTestDlgDlg::OnButton1() 
{
    // TODO: Add your control notification handler code here
    HWND hwnd = ::FindWindow(NULL, "dtor21Test");
    if (!hwnd)
    {
        MessageBox("can't fin]]></description><category></category></item><item><title><![CDATA[WINDOWS XP sp2 Platfrom SDK下载地址]]></title><link>https://blog.csdn.net/yangcock/article/details/6991522</link><guid>https://blog.csdn.net/yangcock/article/details/6991522</guid><author>yangcock</author><pubDate>Sat, 19 Nov 2011 18:35:28 +0800</pubDate><description><![CDATA[WINDOWS XP sp2 Platfrom SDK下载地址

2006-11-09 17:12 
6197人阅读 评论(0)
收藏 
举报

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm




XPSP2 PSDK Full Download with Lo]]></description><category></category></item><item><title><![CDATA[IDA 5.5插件开发简明指导(Win32)]]></title><link>https://blog.csdn.net/yangcock/article/details/6951038</link><guid>https://blog.csdn.net/yangcock/article/details/6951038</guid><author>yangcock</author><pubDate>Wed, 09 Nov 2011 09:42:59 +0800</pubDate><description><![CDATA[1.从CSDN上下载一个Ida_sdk_5.5.zip （6.28M）
2.解压后使用VC2008编译插件VC示例：D:\E\dbg\SDK(ida5.5)\Ida_sdk_5.5\plugins\vcsample
3.如果编译成功就在此基础上开发就行了。



6.1版与此相似：VC2008编译：D:\E\dbg\IDA6.1\IDA_RDW\Hex-Rays.IDA.Pro.Adv]]></description><category></category></item><item><title><![CDATA[按序号调用DLL的函数]]></title><link>https://blog.csdn.net/yangcock/article/details/6933886</link><guid>https://blog.csdn.net/yangcock/article/details/6933886</guid><author>yangcock</author><pubDate>Thu, 03 Nov 2011 22:32:15 +0800</pubDate><description><![CDATA[//示例：按序号调用DLL的函数
void CTestwDlg::OnButton1()
{
        //1.动态加载DLL
        HMODULE hlib = LoadLibrary("c:\\scan.dll");
        if (!hlib)
        {
                MessageBox("LoadLib fail");]]></description><category></category></item><item><title><![CDATA[自己实现的实用IDC函数]]></title><link>https://blog.csdn.net/yangcock/article/details/6931280</link><guid>https://blog.csdn.net/yangcock/article/details/6931280</guid><author>yangcock</author><pubDate>Thu, 03 Nov 2011 10:58:06 +0800</pubDate><description><![CDATA[//==================================================

//使用ch2替换字符串strSrc中的ch1
static strReplace(strSrc, ch1, ch2)
{
    auto len, k;
    len = strlen(strSrc);    
    for (k = 0; k 
    {]]></description><category></category></item><item><title><![CDATA[wg?-bookmark]]></title><link>https://blog.csdn.net/yangcock/article/details/6900299</link><guid>https://blog.csdn.net/yangcock/article/details/6900299</guid><author>yangcock</author><pubDate>Mon, 24 Oct 2011 12:52:04 +0800</pubDate><description><![CDATA[http://blog.csdn.net/q123456789098/article/details/6776502]]></description><category></category></item><item><title><![CDATA[得到本机的所有IP]]></title><link>https://blog.csdn.net/yangcock/article/details/6799455</link><guid>https://blog.csdn.net/yangcock/article/details/6799455</guid><author>yangcock</author><pubDate>Thu, 22 Sep 2011 09:45:30 +0800</pubDate><description><![CDATA[//得到本机的所有IP
//vc6测试通过
#include   
#include   
#include   
#pragma comment(lib, "ws2_32")
using   namespace   std;

int main(int argc]]></description><category></category></item><item><title><![CDATA[test]]></title><link>https://blog.csdn.net/yangcock/article/details/6442434</link><guid>https://blog.csdn.net/yangcock/article/details/6442434</guid><author>yangcock</author><pubDate>Tue, 24 May 2011 15:11:00 +0800</pubDate><description><![CDATA[ollydbg.ini]]></description><category></category></item><item><title><![CDATA[我的RamAsm颜色设置]]></title><link>https://blog.csdn.net/yangcock/article/details/6197190</link><guid>https://blog.csdn.net/yangcock/article/details/6197190</guid><author>yangcock</author><pubDate>Mon, 21 Feb 2011 09:51:00 +0800</pubDate><description><![CDATA[<br /> <br /> <br /> [Color]<br />UseColor=1<br />DivLine=1<br />NoFlicker=0<br />Back=0<br />Fore=12632256<br />SelBack=8388736<br />SelText=16777215<br />HiLine1=6316128<br />HiLine2=4194368<br />HiLine3=4605510<br />Bar=12550399<br />BarPen=8421504<br /]]></description><category></category></item><item><title><![CDATA[[转贴] 扫盲转贴：Rootkit技术发展史]]></title><link>https://blog.csdn.net/yangcock/article/details/5838916</link><guid>https://blog.csdn.net/yangcock/article/details/5838916</guid><author>yangcock</author><pubDate>Wed, 25 Aug 2010 23:40:00 +0800</pubDate><description><![CDATA[<br />Rootkit的技术发展史2008年08月20日 星期三 19:46转自：云南博客 <br /><br />
   一. 无法驱逐的“助手”<br /><br />
     
   网管小张正在手忙脚乱的寻找他的手工杀毒工具包，因为他在安装一个网管工具的时候无意中走了神，点击了“下一步”按钮后才惊觉安装程序的界面里一个
不引人注目的角落里写着“安装CNNIC网络实名”这一行小字，而且最开头部分有一个小小的勾。于是著名的 
“中国网民的得力助手”便理所当然的在他的机器里安了家。 <br]]></description><category></category></item></channel></rss>