Linux tools to inspect Windows DLLs

daniel kullmann picture daniel kullmann · Jun 19, 2012 · Viewed 7.7k times · Source

I have to debug a problem with Windows DLLs, but I'm running Linux exclusively, so I was wondering whether there are (preferably command-line) tools to inspect Windows DLLs under Linux. What I'm looking for is mainly the list of exported symbols.

Answer

Guillermo Reisch picture Guillermo Reisch · Dec 26, 2015

Use "winedump -j export file.dll"
winedump is part of Wine

Homepage:
https://www.winehq.org/docs/winedump