2014年5月6日
摘要: 1.dll中的内容// dllmain.cpp : 定义 DLL 应用程序的入口点。#include "stdafx.h"BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, ... 阅读全文
posted @ 2014-05-06 23:12 上海—Michael 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 在release中可以成功,在debug中被注入的程序停止工作#pragma once#include "stdafx.h"#include #include #include //线程参数结构体定义typedef struct _RemoteParam { char szMsg[12]; //Me... 阅读全文
posted @ 2014-05-06 15:54 上海—Michael 阅读(322) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include#include//win2003SDK必须安装 要不无此头文件。此文件是为了实现StringCchPrintf,StringCchLength。#define MAX_THREADS 5#define BUF_SIZE 255typedef s... 阅读全文
posted @ 2014-05-06 12:23 上海—Michael 阅读(379) 评论(0) 推荐(0) 编辑