Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I need to extract information of PE-file, I use dumpbin.exe from this path
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64
and use this command line for example to execute it
DUMPBIN /EXPORT "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\bscmake.exe"
but after this no thing is happen!

--
Regard
khorshidpour
Posted
Comments
CHill60 24-Nov-13 7:45am    
How did you type that command line in?
Richard MacCutchan 24-Nov-13 8:44am    
It works fine on my system, please show the exact sequence you ran and any associated error messages.

1 solution

Do the following: using main system menu, go to Visual Studio menu, and then to "Visual Studio Tool". You will find two or three different "command prompts" menu items. You will have different environment for different target instruction-set architectures of the file you want to dump. Use this utility from appropriate prompt.

Alternatively, perform a file search from the directory where your version of Visual Studio is installed (it should be VS 2008 or later). Search for the file "dumpbin.exe". You will find two or three different versions. Choose the right one. It will work.

—SA
 
Share this answer
 
Comments
khorshidpour 25-Nov-13 8:09am    
thanks for your solution, I did what you said, I found 4 version of dumpbin.exe one of them did not have problem, in the command screen ask this format
usage: DUMPBIN [option] [files] ....
I did this, but I did not have any result just screen is closed. Does result show at that page or save any log file, I really confused.
khorshidpour 25-Nov-13 8:16am    
Thanks alot, it worked.
Sergey Alexandrovich Kryukov 25-Nov-13 9:51am    
Great; you are very welcome.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900