mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 04:35:07 +08:00
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
set -euo pipefail
|
|
cd "$(dirname "$0")" || exit 1
|
|
|
|
chmod +x ./InjectLib
|
|
xattr -cr ./InjectLib
|
|
codesign -fs - ./InjectLib
|
|
sudo ./InjectLib $(pwd) |