summaryrefslogtreecommitdiff
path: root/doc/note/binutils
diff options
context:
space:
mode:
authorAndreas Fankhauser2022-11-16 19:12:15 +0100
committerAndreas Fankhauser2022-11-16 19:12:15 +0100
commit4f36bfe755df7284fc46a6552887c095227e16ba (patch)
tree8f0cc97b2cd31164da4b6df1bb382c192a1d5342 /doc/note/binutils
parent1cbb46ee2bba857173114a7380c666ad2fa042fe (diff)
downloadUnspecifiedGarbage-4f36bfe755df7284fc46a6552887c095227e16ba.zip
UnspecifiedGarbage-4f36bfe755df7284fc46a6552887c095227e16ba.tar.gz
Add bunch of existing files (primarily notes)
Diffstat (limited to 'doc/note/binutils')
-rw-r--r--doc/note/binutils/dumpbin.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/note/binutils/dumpbin.txt b/doc/note/binutils/dumpbin.txt
new file mode 100644
index 0000000..e71be0e
--- /dev/null
+++ b/doc/note/binutils/dumpbin.txt
@@ -0,0 +1,16 @@
+
+DumpBin For Windoof
+===================
+
+Analyze PE32 / PE32+ files.
+
+Location: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe"
+
+Help
+
+ dumpbin /?
+
+List needed DLLs.
+
+ dumpbin /DEPENDENTS foo.exe
+