winedump -V (return code: 1)
Unrecognized option
winedump --help (return code: 1)
Usage: winedump [-h | sym <sym> | spec <dll> | dump <file>]
Mode options (can be put as the mode (sym/spec/dump...) is declared):
When used in --help mode
--help Display this help message
-h Synonym for --help
-? Synonym for --help
When used in sym mode
sym <sym> Demangle C++ symbol <sym> and exit
When used in spec mode
spec <dll> Use 'dll' for input file and generate implementation code
-I <dir> Look for prototypes in 'dir' (implies -c)
-c Generate skeleton code (requires -I)
-t TRACE arguments (implies -c)
-f <dll> Forward calls to 'dll' (implies -t)
-D Generate documentation
-o <name> Set the output dll name (default: dll). Note: strips .dll extensions
-C Assume __cdecl calls (default: __stdcall)
-s <num> Start prototype search after symbol 'num'
-e <num> End prototype search after symbol 'num'
-S <symfile> Search only prototype names found in 'symfile'
-q Don't show progress (quiet).
-v Show lots of detail while working (verbose).
When used in dump mode
dump <file> Dump the contents of 'file' (dll, exe, lib...)
-C Turn on symbol demangling
-f Dump file header information
-G Dump raw debug information
-j <sect_name> Dump only the content of section 'sect_name' (import, export, debug, resource, tls, loadcfg, clr, reloc, except)
-t Dump symbol table
-x Dump everything