mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 02:09:57 +08:00
Fix directory for PDB.exe in createPdbXmlFiles.bat script
This commit is contained in:
@@ -30,7 +30,7 @@ for /f "delims=" %%i in ("%GHIDRA_DIR%") do set GHIDRA_DIR=%%~fi
|
|||||||
|
|
||||||
REM Determine if 64-bit or 32-bit
|
REM Determine if 64-bit or 32-bit
|
||||||
if exist "%PROGRAMFILES(X86)%" (
|
if exist "%PROGRAMFILES(X86)%" (
|
||||||
set OS_TYPE=win64
|
set OS_TYPE=win_x86_64
|
||||||
) else (
|
) else (
|
||||||
set OS_TYPE=win32
|
set OS_TYPE=win32
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user