我正在尝试对 dll 进行逆向工程。
如何在使用 dumpbin 实用程序检索的函数上使用 undname 实用程序?
我如何在函数上运行 undname 请告诉我
您只需在命令行上传递修饰名称。该文档有这个例子:
C:\>undname ?func1@a@@AAEXH@Z
Microsoft (R) C++ Name Undecorator
Copyright (C) Microsoft Corporation 1981-2000. All rights reserved.Undecoration
of :- "?func1@a@@AAEXH@Z"
is :- "private: void __thiscall a::func1(int)"