// so2lib.cpp : create a lib export table for vc by dll/so. // 1.2 by philsong@techtrex.com // modify base at a project "CodeProject Create your Proxy DLLs automatically", // reference 《为无LIB的DLL制作LIB函数符号输入库 - VC知识库文章》 // and resolve the problem of
此实用工具显示所有导出的函数列表和他们指定的DLL文件的虚拟内存地址。您可以轻松地复制所需函数的内存地址,粘贴到调试器,并为这个内存地址断点。当这种功能被调用时,调试程序将停止在这一职能的开始。 For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box