如何导出dll文件中的函数???请教(100分)

  • 主题发起人 主题发起人 lance0909
  • 开始时间 开始时间
L

lance0909

Unregistered / Unconfirmed
GUEST, unregistred user!
问题同上,请教各位兄弟.....
 
导出是什么意思?从dll文件直接写出所有的函数定义?不可能
-------------------
http://www.8421.org
 
不能做到。
 
lib文件呢,有可能吗,大家讨论一下吧
 
很多工具都可以做到,我也想知道如何做[8D]
 
得到函数名称可以。
如果连参数列表都要得到则没办法。
Visual C++ 有个叫depends的,可以得到函数名
 
Vc++ 6 中的工具Dependency Waller,可以导出DLL中的函数名
 
DLLView for Windows 9x
Copyright (C) 1998-1999 Mark Russinovich
http://www.sysinternals.com
Using DLLView
-------------
Start Dllview.exe from its home directory. Complete usage
instructions are available in the on-line help file.
Terms of Use
------------
This software is provided "as is", without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. We take
no responsilbity for any damage that may unintentionally be caused
through its use.
You may not distribute DLLView in any form without express written
permission of Mark Russinovich.
Reporting Problems
------------------
If you encounter problems, please visit http://www.sysinternals.com
anddo
wnload the latest version to see if the issue has been resolved.
If not, please send a bug report to:
mark@sysinternals.com
 
时间太久,强制结束。
 
后退
顶部