FIX: Surge 2410 Helper Offset

This commit is contained in:
QiuChenly
2023-10-19 21:37:51 +08:00
parent 1f3ad5f2fa
commit c5e489c59b

View File

@@ -13,9 +13,9 @@ helper='/Applications/Surge.app/Contents/Library/LaunchServices/com.nssurge.surg
echo "正在定位你的Mac物理地址...GPS定位中...你跑不掉了! 即将联系Surge开发者发送你的Mac所有信息你即将被留存侵权数字证据束手就擒"
# 版本2406
echo a90d: 6A 01 58 C3 |sudo xxd -r - "$helper" #intel
echo 3dbb0: 20 00 80 D2 C0 03 5F D6 |sudo xxd -r - "$helper" #arm64
# 版本2410
echo a88d: 6A 01 58 C3 |sudo xxd -r - "$helper" #intel
echo 3db30: 20 00 80 D2 C0 03 5F D6 |sudo xxd -r - "$helper" #arm64
echo "定位你的Mac物理地址完成正在向国家安全局特工发送你的逮捕许可..."
offsets=$(grep -a -b -o "\x3C\x73\x74\x72\x69\x6E\x67\x3E\x61\x6E\x63\x68\x6F\x72" $helper | cut -d: -f1)