Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


There is a GUI tool for examining various aspects of DLLs, including
list of exported functions. It is called dllviewer or something like
that. (And it is possible there is already a tool for that in the
system.)

Of course; link.exe's -dump option corresponds in functionality to the
GNU tool-chain's objdump and readelf. It's part of the MSVC toolchain.
not normally in PATH, but config_host.mk adds the necessary
directories to PATH, so one can run:

make cmd="link -dump -exports foo.dll" cmd

(or make cmd=bash cmd, and then interactively run link, directing
output to less, etc).

--tml

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.