Dmitry Timoshkov a écrit :
"Eric Pouech" <[EMAIL PROTECTED]> wrote:
I think it's a bad idea to "force" the kind of file on the command
line for dumping
I'd rather see winedump guess the file format based on the file
header, as we do for .exe, .dll, .mdmp, .pdb, .dbg...
I thought about that, but that's definitely could be done as a separate
work.
as we agree on the goal, patches that are not the tracks to that should
be changed IMO
you should also provide support for the -C option (symbol demangling)
I haven't needed it at this point and most PSDK import libs don't need
it,
but for C++ import libraries it would be nice to have.
the demangling code is already in place, so that's easy to do (note that
the current demangling code in winedump lacks quite a few enhancements
that are present in msvcrt)
A+