Skip to content

Commit

Permalink
Fix: Surge Helper Offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuChenly committed Sep 18, 2023
1 parent 0d29fe0 commit 75da43d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
| TablePlus | [5.4.0-通杀预定](https://tableplus.com/release/osx/tableplus_latest) |||| 老子第一次喷App: 傻逼App 做的跟shit一样 我伪造的授权信息在内存数据结构被篡改成不知道哪来的ObjectC对象引起崩溃 浪费老子时间 真的垃圾App 作者能不能几把优化一下?? 就这破App 老子弄到凌晨三点 真的狗都不用 而且连个汉化都没有 格局Down Down了 |
|Transmit 5|5.9.2|✅|✅|✅| 需要从App Store下载
|DevUtils|[1.17.0](https://devutils.com/archives/DevUtils-1.17.0.dmg)|✅|✅|✅| 功能可用 但是激活状态我懒得改了 作者写的这个App代码质量之烂令人无语 不想多说什么了
|MP3Tag|[1.8.6 (86)](https://updates.mp3tag.app/Mp3tag-1.8.6.zip)||✅|✅| 序列号随便输入 全部激活
|MP3Tag|[1.8.6 (86)](https://updates.mp3tag.app/Mp3tag-1.8.6.zip)||✅|✅| 序列号随便输入 全部激活
|Widgetter|[通杀](https://apps.apple.com/cn/app/widgetter-%E5%B0%8F%E5%B7%A5%E5%85%B7-%E6%A1%8C%E9%9D%A2%E5%A3%81%E7%BA%B8-%E4%B8%BB%E9%A2%98-%E5%B1%8F%E4%BF%9D/id1553223588?mt=12)|✅|✅|✅| MAS下载 激活全部功能

| Adobe 全家桶 | 版本 | ARM64 | Intel | 特殊说明 全家桶全部支持打开SIP下使用 |
Expand Down
4 changes: 4 additions & 0 deletions tool/surge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ echo "正在定位你的Mac物理地址...GPS定位中...你跑不掉了! 即将
echo a5a3: 6A 01 58 C3 |sudo xxd -r - "$helper" #intel
echo 4172c: 20 00 80 D2 C0 03 5F D6 |sudo xxd -r - "$helper" #arm64

# 版本2387
echo e3c5: 6A 01 58 C3 |sudo xxd -r - "$helper" #intel
echo 455c8: 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)
sed 's/\x0A/\n/g' <<< "$offsets" | while read -r s; do
Expand Down

0 comments on commit 75da43d

Please sign in to comment.