如何导出DLL或者EXE的导出函数列表并还原函数原型

xingyun86 2天前 21

如何导出DLL或者EXE的导出函数列表并还原函数原型

微软老大哥也给出了MSDN说明

修饰名 | Microsoft Learn

dumpbin /exports <obj-or-lib-file>

通过这条命令,就可以很轻松的把导出函数表拿到了

关于导出函数的修饰命名含义,也给了解决方案查看

undname.exe位于编译器的bin路径之下

C:\Program Files\Microsoft Visual Studio\2022\Community>undname ??0QPixmap@@QAE@XZ
Microsoft (R) C++ Name Undecorator
Copyright (C) Microsoft Corporation. All rights reserved.
Undecoration of :- "??0QPixmap@@QAE@XZ"
is :- "public: __thiscall QPixmap::QPixmap(void)"


上传的附件:
×
打赏作者
最新回复 (0)
只看楼主
全部楼主
返回