2012年5月11日

基于VC++实现APC注入

摘要: 请见代码,向指定进程插入钩子#include "stdafx.h" #define _WIN32_WINNT 0x0400 #include #include #include #include using namespace std; #define DEF_BUF_SIZE ... 阅读全文

posted @ 2012-05-11 18:17 三少爷的剑123 阅读(226) 评论(0) 推荐(0)

基于VC++实现PE的修改编程

摘要: 在Windows系统下的可执行文件的一种(还有NE、LE),是微软设计、TIS(Tool Interface Standard,工具接口标准)委员会批准的一种可执行文件格式。PE的意思是Portable Executable(可移植可执行)。所有Windows下的32位或64位可执行文件都是PE文... 阅读全文

posted @ 2012-05-11 18:08 三少爷的剑123 阅读(332) 评论(1) 推荐(0)

导航