aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/converter_exe/binary
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/converter_exe/binary')
-rw-r--r--src/tools/windows/converter_exe/binary/configure.cmd33
-rw-r--r--src/tools/windows/converter_exe/binary/missing_symbols_test.txt2
-rw-r--r--src/tools/windows/converter_exe/binary/sleep.exebin0 -> 13312 bytes
-rw-r--r--src/tools/windows/converter_exe/binary/symsrv.yes2
4 files changed, 37 insertions, 0 deletions
diff --git a/src/tools/windows/converter_exe/binary/configure.cmd b/src/tools/windows/converter_exe/binary/configure.cmd
new file mode 100644
index 00000000..39b1d2a5
--- /dev/null
+++ b/src/tools/windows/converter_exe/binary/configure.cmd
@@ -0,0 +1,33 @@
+@if "%ECHOON%"=="" @echo off
+SETLOCAL
+
+REM ******************************************************************
+REM Please, make sure to run this in an Elevated Command Prompt.
+REM Usage:
+REM configure.cmd
+REM ******************************************************************
+
+REM ******************************************************************
+REM Initialize
+REM ******************************************************************
+SET SCRIPT_LOCATION=%~dp0
+
+REM ******************************************************************
+REM Go to script location
+REM ******************************************************************
+pushd %SCRIPT_LOCATION%
+
+REM ******************************************************************
+REM Register msdia120.dll.
+REM ******************************************************************
+SET MSG=Failed to register msdia120.dll. Make sure to run this in elevated command prompt.
+%systemroot%\SysWoW64\regsvr32.exe /s msdia120.dll & if errorlevel 1 echo %MSG% & goto :fail
+
+:success
+echo Configuration was successful.
+ENDLOCAL
+exit /b 0
+
+:fail
+ENDLOCAL
+exit /b 1
diff --git a/src/tools/windows/converter_exe/binary/missing_symbols_test.txt b/src/tools/windows/converter_exe/binary/missing_symbols_test.txt
new file mode 100644
index 00000000..251b4eca
--- /dev/null
+++ b/src/tools/windows/converter_exe/binary/missing_symbols_test.txt
@@ -0,0 +1,2 @@
+msctf.pdb|6A5BABB8E88644C696530BFE3C90F32F2|6.1.7600.16385|msctf.dll|4A5BDFAA109000
+imm32.pdb|98F27BA5AEE541ECBEE00CD03AD50FEE2|6.1.7600.16385|imm32.dll|4A5BDF402e000
diff --git a/src/tools/windows/converter_exe/binary/sleep.exe b/src/tools/windows/converter_exe/binary/sleep.exe
new file mode 100644
index 00000000..d178e17e
--- /dev/null
+++ b/src/tools/windows/converter_exe/binary/sleep.exe
Binary files differ
diff --git a/src/tools/windows/converter_exe/binary/symsrv.yes b/src/tools/windows/converter_exe/binary/symsrv.yes
new file mode 100644
index 00000000..1d01dda7
--- /dev/null
+++ b/src/tools/windows/converter_exe/binary/symsrv.yes
@@ -0,0 +1,2 @@
+See breakpad/tools/windows/converter/ms_symbol_server_converter.h for a
+description of this file's function.