summaryrefslogtreecommitdiff
path: root/doc/note/binutils
diff options
context:
space:
mode:
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
+