Winedump
From Wine-Wiki
Contents |
Introduction
Winedump is a command line tool to automate the task of writing a .spec file for a Windows dll and can create the majority of the 'support' code needed for a DLL. Winedump can also help with re-implementing a DLL, by providing tracing of calls, and (in some cases) automatically determining the parameters, calling conventions, and return values of the DLL's functions. According to the man page: "Winedump can display (dump) information about a 32bit DLL or PE format image file [it dumps the imports and exports of a PE (Portable Executable) DLL] . When used in this way winedump functions similarly to tools such as pedump provided by many Win32 compiler vendors. Finally winedump can be also used to demangle C symbols."
Font Files
Winehq Bugzilla entry 18349 D. Timoskov [may 09]: I've added a font dumper to winedump, and the only difference between Wine and Windows jvgasys.fon is the dfPoints field in the font header. I sent a patch for that. http://www.winehq.org/pipermail/wine-patches/2009-May/072834.html
Forum comments
[July 05] Is there any way to get these mangled function names to be displayed un-mangled please?
A. Mohr: Yes, use the winedump program.Wine Archive
Troubleshooting
Links
Wine Links
- Wine CVS Web access: Winedump
- Wine-developer guide
- The Winelib user guide
- WineDump_Man_Page

