导航

DLL proxy from codeproject

Posted on 2006-12-05 11:46  chenlee  阅读(296)  评论(0编辑  收藏  举报
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