diff --git a/release.bat b/release.bat index 423c9110..fe7965f6 100644 --- a/release.bat +++ b/release.bat @@ -25,6 +25,7 @@ mkdir %RELEASEDIR%\bin_base\x64 copy bin\x32\x32_bridge.dll %RELEASEDIR%\bin_base\x32\x32_bridge.dll copy bin\x32\x32_dbg.dll %RELEASEDIR%\bin_base\x32\x32_dbg.dll copy bin\x32\BeaEngine.dll %RELEASEDIR%\bin_base\x32\BeaEngine.dll +copy bin\x32\capstone.dll %RELEASEDIR%\bin_base\x32\capstone.dll copy bin\x32\dbghelp.dll %RELEASEDIR%\bin_base\x32\dbghelp.dll copy bin\x32\symsrv.dll %RELEASEDIR%\bin_base\x32\symsrv.dll copy bin\x32\DeviceNameResolver.dll %RELEASEDIR%\bin_base\x32\DeviceNameResolver.dll @@ -37,6 +38,7 @@ copy bin\x32\yara.dll %RELEASEDIR%\bin_base\x32\yara.dll copy bin\x64\x64_bridge.dll %RELEASEDIR%\bin_base\x64\x64_bridge.dll copy bin\x64\x64_dbg.dll %RELEASEDIR%\bin_base\x64\x64_dbg.dll copy bin\x64\BeaEngine.dll %RELEASEDIR%\bin_base\x64\BeaEngine.dll +copy bin\x64\capstone.dll %RELEASEDIR%\bin_base\x64\capstone.dll copy bin\x64\dbghelp.dll %RELEASEDIR%\bin_base\x64\dbghelp.dll copy bin\x64\symsrv.dll %RELEASEDIR%\bin_base\x64\symsrv.dll copy bin\x64\DeviceNameResolver.dll %RELEASEDIR%\bin_base\x64\DeviceNameResolver.dll @@ -57,6 +59,7 @@ echo pluginsdk mkdir %RELEASEDIR%\pluginsdk mkdir %RELEASEDIR%\pluginsdk\BeaEngine +mkdir %RELEASEDIR%\pluginsdk\capstone mkdir %RELEASEDIR%\pluginsdk\dbghelp mkdir %RELEASEDIR%\pluginsdk\DeviceNameResolver mkdir %RELEASEDIR%\pluginsdk\jansson @@ -67,6 +70,7 @@ mkdir %RELEASEDIR%\pluginsdk\yara mkdir %RELEASEDIR%\pluginsdk\yara\yara xcopy x64_dbg_dbg\BeaEngine %RELEASEDIR%\pluginsdk\BeaEngine /S /Y +xcopy x64_dbg_dbg\capstone %RELEASEDIR%\pluginsdk\capstone /S /Y xcopy x64_dbg_dbg\dbghelp %RELEASEDIR%\pluginsdk\dbghelp /S /Y xcopy x64_dbg_dbg\DeviceNameResolver %RELEASEDIR%\pluginsdk\DeviceNameResolver /S /Y xcopy x64_dbg_dbg\jansson %RELEASEDIR%\pluginsdk\jansson /S /Y