Removed -f from start.bat and fixed idz

This commit is contained in:
2023-08-29 00:49:58 +02:00
parent a69a9b5917
commit f6e961d4f4
9 changed files with 26 additions and 27 deletions

View File

@ -2,7 +2,7 @@
pushd %~dp0
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json
inject_x86 -d -k chusanhook_x86.dll chusanApp.exe
taskkill /f /im amdaemon.exe > nul 2>&1