@echo off setlocal set "DLL_SRC_DIR=C:\mgkim\8.bsone\BSOne.SFC\eCrmHE\OUT_Release - Win64\conf" set "SYS_SRC_DIR=C:\mgkim\8.bsone\BSOne.SFC\eCrmHE\OUT_Release - Win64" :: µå¶óÀ̹ö ¼³Á¤ @madConfigDrv "%SYS_SRC_DIR%\bsonex32.sys" bs1HookDriver -unsafeStopAllowed @madConfigDrv "%SYS_SRC_DIR%\bsonex64.sys" bs1HookDriver -unsafeStopAllowed @madConfigDrv.exe "%SYS_SRC_DIR%\bsonex32.sys" bs1HookDriver "%DLL_SRC_DIR%\eCrmHeHelper32.dll" -unsafeStopAllowed @madConfigDrv.exe "%SYS_SRC_DIR%\bsonex64.sys" bs1HookDriver "%DLL_SRC_DIR%\eCrmHeHelper32.dll" "%DLL_SRC_DIR%\eCrmHeHelper.dll" -unsafeStopAllowed echo. echo ------------------------------------------------------- echo [¼º°ø] madConfigDrv ÀÛ¾÷ÀÌ ¿Ï·áµÇ¾ú½À´Ï´Ù. echo ------------------------------------------------------- :: ¼­¸í ÀÛ¾÷ @signtool sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "%SYS_SRC_DIR%\bsonex32.sys" @signtool sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "%SYS_SRC_DIR%\bsonex64.sys" @signtool sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "%DLL_SRC_DIR%\eCrmHeHelper.dll" @signtool sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "%DLL_SRC_DIR%\eCrmHeHelper32.dll" echo. echo ------------------------------------------------------- echo [¼º°ø] ¼­¸íÀÛ¾÷ÀÌ ¿Ï·áµÇ¾ú½À´Ï´Ù. echo ------------------------------------------------------- :END :: pause exit /b 0 :ERROR echo. echo [¿À·ù] ÆÄÀÏ º¹»ç Áß ¹®Á¦°¡ ¹ß»ýÇß½À´Ï´Ù. °æ·Î¸¦ È®ÀÎÇØÁÖ¼¼¿ä. pause exit /b 0