- 博客(3)
- 收藏
- 关注
原创 简单的3D演示源程序
//uaiiadx.h#include "stdafx.h"#include #include // TODO: reference any additional headers you need in STDAFX.H// and not in this file#pragma message("linking with Microsofts DirectX library ...")#p
2002-04-24 09:23:00 1056
原创 想在你的程序中截住API函数吗?那就快看吧!
在你的程序中做一个函数func(...) 调用 func1 = ApiSpy(NULL,"GDI32.DLL","TextOutA",(PROC)func)那么你的程序没次调用TextOut时,就会调用func 为了不破坏原有功能请在func中调用func1。如果想截获整个系统的api,你需要做一个全局HOOK在HOOK的DLL里的初始化时调用本函数。主要代码如下:PROC W
2001-01-18 16:42:00 795
原创 让你的窗口透明起来
#define WS_EX_LAYERED 0x00080000#define LWA_COLORKEY 0x00000001#define LWA_ALPHA 0x00000002typedef BOOL (*_SetLayeredWindowAttributes)(HWND,COLORREF,BYTE,DWORD);_S
2001-01-18 15:22:00 1185
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人