<?xml version="1.0" encoding="UTF-8"?>
<metadata>
  <identifier>dumpbinextractstufffromexes</identifier>
  <mediatype>software</mediatype>
  <collection>open_source_software</collection>
  <description>From https://html.duckduckgo.com/html?q=download%20dumpbin &gt; https://dll-overhaul.com/file/dumpbin.exe/3230.html &gt; https://dll-overhaul.com/download/3230.exe - captcha-walled; once you download it and try to run it you will get the error "error : cannot execute LINK.EXE"&lt;br /&gt;&lt;br /&gt;This EXE file doesn't really work unless you also have the dependency files for it. I don't have the dependency files for it. I've read that dumpbin can be used to extract resources from EXE files. I'm not sure how true this is, for I've never done that by using the dumpbin.exe binary file.&lt;br /&gt;&lt;br /&gt;Hashes of this Windows executable file via https://md5file.com/calculator:&lt;br /&gt;dumpbin.exe    (application/x-msdownload) - 16440 bytes&lt;br /&gt;MD5    ccec3bfe4fe8c91e5e9113a6904e2278&lt;br /&gt;SHA-1    b0f754af9b5ee8be2f48fc3c3fa28e40ccd0dd6c&lt;br /&gt;SHA-256    866e1a4386c13c22b113dba39b54a5dc6411345694e8ebfef98dd1e8e4263673&lt;br /&gt;SHA-384    8e85d0e4cb4b1f89181a251c1a2f9fce9e283e266a6912281198550c05456e5c5ee6394e431abe641900666f872c6cf6&lt;br /&gt;SHA-512    d2c97393c26be61d7e06ced010ecf372e6ddf9bdb69df6276186864f09dd5b606a806a43202ac1e4980d2bdb5a4365b9a0e951812efe1f334c40ced8fe746f4d&lt;br /&gt;&lt;br /&gt;I downloaded some files (linked at https://archive.org/details/microsoftvisualstudio60 &gt; ... &gt; https://ia803103.us.archive.org/view_archive.php?archive=/18/items/microsoftvisualstudio60/Microsoft_Visual_Studio_6.0.iso) then ran "dir /s/b ..":&lt;br /&gt;E:\user\Documents\dump\dumpbin.exe&lt;br /&gt;E:\user\Documents\dump\MSVCP60.DLL&lt;br /&gt;E:\user\Documents\dump\BIN&lt;br /&gt;E:\user\Documents\dump\REDIST&lt;br /&gt;E:\user\Documents\dump\BIN\BSCMAKE.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\C1.DLL&lt;br /&gt;E:\user\Documents\dump\BIN\C1XX.DLL&lt;br /&gt;E:\user\Documents\dump\BIN\C2.DLL&lt;br /&gt;E:\user\Documents\dump\BIN\CL.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\CVPACK.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\CVTRES.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\DUMPBIN.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\EDITBIN.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\FCOUNT.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\FCOVER.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\FTIME.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\LCOUNT.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\LCOVER.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\LIB.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\LINK.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\MAPSYM.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\MC.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\MC.HLP&lt;br /&gt;E:\user\Documents\dump\BIN\MIDL.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\MKTYPLIB.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\NMAKE.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\PLIST.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\PREP.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\PROFILE.DLL&lt;br /&gt;E:\user\Documents\dump\BIN\PROFILE.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\PROFILER.INI&lt;br /&gt;E:\user\Documents\dump\BIN\PROFILER.XLM&lt;br /&gt;E:\user\Documents\dump\BIN\REBASE.EXE&lt;br /&gt;E:\user\Documents\dump\BIN\VCVARS32.BAT&lt;br /&gt;E:\user\Documents\dump\BIN\MSVCP60.DLL&lt;br /&gt;E:\user\Documents\dump\REDIST\MSVCP60.DLL&lt;br /&gt;&lt;br /&gt;(E:\user\Documents\dump\dumpbin.exe is the SHA1=b0f754af9b5ee8be2f48fc3c3fa28e40ccd0dd6c version, and E:\user\Documents\dump\BIN\DUMPBIN.EXE is the 1990s version.) Odd one out in the "BIN" folder:&lt;br /&gt;MSVCP60.DLL - from https://archive.org/download/microsoftvisualstudio60/Microsoft_Visual_Studio_6.0.iso/VC98%2FREDIST%2FMSVCP60.DLL&lt;br /&gt;&lt;br /&gt;While in "E:\user\Documents\dump\BIN\" I ran "DUMPBIN.EXE" and got this error:&lt;br /&gt;"---------------------------&lt;br /&gt;LINK.EXE - System Error&lt;br /&gt;---------------------------&lt;br /&gt;The code execution cannot proceed because mspdb60.dll was not found. Reinstalling the program may fix this problem. &lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------"&lt;br /&gt;&lt;br /&gt;(Even though "MSVCP60.DLL" was in .\, ..\, and ..\REDIST\ I still got that error.) Alas, I think I have to download all of the files (the whole 600+ MB ISO) from archive.org/details/microsoftvisualstudio60 for maybe having a better chance at what looks like the 1998 version of dumpbin to work.&lt;br /&gt;&lt;br /&gt;See also:&lt;br /&gt;* http://www.windows-tech.info/10/84b61a8f8d006506.php&lt;br /&gt;* https://stackoverflow.com/questions/477387/cannot-find-dumpbin-exe&lt;br /&gt;&lt;br /&gt;Error which was in red text which I saw at https://archive.org/account/login in 2021-01-20 GMT:&lt;br /&gt;"The Google library failed to load. Please refresh and try again"</description>
  <scanner>Internet Archive HTML5 Uploader 1.6.4</scanner>
  <subject>Windows software; Windows binary; dumpbin; dll-overhaul.com; error; dumpbin.exe</subject>
  <title>dumpbin.exe - MD5 ccec3bfe4fe8c91e5e9113a6904e2278</title>
  <uploader>leedusmcclein@gmail.com</uploader>
  <publicdate>2021-01-20 18:01:30</publicdate>
  <addeddate>2021-01-20 18:01:30</addeddate>
  <curation>[curator]validator@archive.org[/curator][date]20210120180523[/date][comment]checked for malware[/comment]</curation>
  <collection>community</collection>
</metadata>
