Pre*_*ten 7 c++ dll signature name-mangling dumpbin
好的,所以我可以使用dumpbin.exe/exports library.dll来查找dll中的所有方法.
...但是我如何找出传递给他们的参数?当然没有头文件.
For the usual C-style exports (e.g., Windows API DLLs): You can't. This information is not stored in the DLL and is inevitably lost after compilation (unless you have the headers or debuging symbols).
C++ exports, on the other hand, store their signature as part of the mangled function name and you can view them using Dependency Walker or similar tools, or demangle them manually using the UNDNAME tool or DUMPBIN's /SYMBOLS option.
| 归档时间: |
|
| 查看次数: |
6007 次 |
| 最近记录: |