﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《WINAPI HOOK （修改前五个字节，JMP跳转法）》的评论</title>
	<atom:link href="http://www.xiaozhou.net/vcdevelopment/winapi-hook-modify-the-first-five-bytes-jmp-jump-method-2004-09-07.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xiaozhou.net/vcdevelopment/winapi-hook-modify-the-first-five-bytes-jmp-jump-method-2004-09-07.htm</link>
	<description>君看一叶舟，出没风波里</description>
	<lastBuildDate>Wed, 08 Feb 2012 04:55:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：qwe</title>
		<link>http://www.xiaozhou.net/vcdevelopment/winapi-hook-modify-the-first-five-bytes-jmp-jump-method-2004-09-07.htm/comment-page-1#comment-4</link>
		<dc:creator>qwe</dc:creator>
		<pubDate>Wed, 08 Aug 2007 22:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=12#comment-4</guid>
		<description>jmp MyMessageBoxA的相对地址的指令
_asm
{
lea eax,MyMessageBoxA
mov ebx,pfMessageBoxA
sub eax,ebx
sub eax,5 // 是不是应改为 add eax,5
mov dword ptr [NewMessageBoxACode+1],eax
}</description>
		<content:encoded><![CDATA[<p>jmp MyMessageBoxA的相对地址的指令<br />
_asm<br />
{<br />
lea eax,MyMessageBoxA<br />
mov ebx,pfMessageBoxA<br />
sub eax,ebx<br />
sub eax,5 // 是不是应改为 add eax,5<br />
mov dword ptr [NewMessageBoxACode+1],eax<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：allenhiman</title>
		<link>http://www.xiaozhou.net/vcdevelopment/winapi-hook-modify-the-first-five-bytes-jmp-jump-method-2004-09-07.htm/comment-page-1#comment-3</link>
		<dc:creator>allenhiman</dc:creator>
		<pubDate>Wed, 23 Feb 2005 09:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=12#comment-3</guid>
		<description>[wink]</description>
		<content:encoded><![CDATA[<p>[wink]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：李帮全</title>
		<link>http://www.xiaozhou.net/vcdevelopment/winapi-hook-modify-the-first-five-bytes-jmp-jump-method-2004-09-07.htm/comment-page-1#comment-2</link>
		<dc:creator>李帮全</dc:creator>
		<pubDate>Wed, 08 Dec 2004 17:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=12#comment-2</guid>
		<description>[rolleyes]</description>
		<content:encoded><![CDATA[<p>[rolleyes]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

