惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
月光博客
月光博客
B
Blog RSS Feed
C
Check Point Blog
WordPress大学
WordPress大学
T
Tailwind CSS Blog
GbyAI
GbyAI
H
Help Net Security
Y
Y Combinator Blog
I
InfoQ
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
美团技术团队
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
A
About on SuperTechFans
G
Google Developers Blog
爱范儿
爱范儿
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
人人都是产品经理
人人都是产品经理

博客园 - chenlee

Cliptexture by SGI multitherad game development by Intel a new way for silouettes rendering Customizing Folders with Desktop.ini A printf() alternative on codeproject Valve survey 基于网络的物理模拟:如何处理丢包和延迟 build tools evalulation Some really good discussions about material/shader system on gamedev.net real time radiosity on GPU (demo and source code) 一些vi的使用技巧 A reintroduction to XML with an emphasis on character encoding 一篇分析MSAA原理的好文章 如何使用depth texture (from DIRECTXDEV) some articles about linear-Z buffer and W-buffer a good SIMD math library 一本新书:Game Engine Toolset Development 一个新的view frustum culling algorithm : radar approach 又一个C++ delegate class
DLL proxy from codeproject
chenlee · 2006-12-05 · via 博客园 - chenlee

http://www.codeproject.com/dll/CreateYourProxyDLLs.asp

A lot of us have tried to create a proxy DLL to replace an existing one and spy other program's calls. Here is a small program that will create the CPP and DEF for a proxy DLL, based on the exports of another DLL. You can use it to generate a template and then you edit this template to satisfy your needs