Files
CoreInject/NativeInject/Start!.command
2025-08-04 23:37:13 +08:00

7 lines
136 B
Bash
Executable File

set -euo pipefail
cd "$(dirname "$0")" || exit 1
chmod +x ./InjectLib
xattr -cr ./InjectLib
codesign -fs - ./InjectLib
sudo ./InjectLib