该文被密码保护。 Read More
posted @ 2012-04-02 23:56 庚武 Views(2) Comments(0) Diggs(0)
// The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the HOOK_EXPORTS// symbol defined on the command line. this symbol should not be defined on any project// that uses this DLL. This way any other Read More
posted @ 2012-04-02 13:35 庚武 Views(541) Comments(0) Diggs(0)
// InnerHookDlg.cpp : implementation file//#include "stdafx.h"#include "InnerHook.h"#include "InnerHookDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif////////////////////////////////////////////////////////////////////// Read More
posted @ 2012-04-02 13:14 庚武 Views(400) Comments(0) Diggs(0)