dumpbin with debug and release version

G

George2

Hello everyone,


Could dumpbin be used to check whether an executable or a DLL (written
in Visual Studio C/C++ native unmanaged) is debug version or release
version? I use /headers option but can not see any differences.

If dumpbin can not be used to check debug or release, any other tool
could be used?


thanks in advance,
George
 
S

santosh

Hello everyone,


Could dumpbin be used to check whether an executable or a DLL (written
in Visual Studio C/C++ native unmanaged) is debug version or release
version? I use /headers option but can not see any differences.

If dumpbin can not be used to check debug or release, any other tool
could be used?

Ask in <comp.os.ms-windows.programmer.win32>.

Try 'objdump -g FILE'

Ask in a GNU group for more information on objdump.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top