ByteSecurity

Results 3 issues of ByteSecurity

> **环境:** XR, ios 14.7, arm64 > **问题** [在arm64 closure_bridge_template 实现中](https://github.com/jmpews/Dobby/blob/b0176de574104726bb68dff3b77ee666300fc338/source/TrampolineBridge/ClosureTrampolineBridge/arm64/dummy/closure-bridge-template-arm64.c#L27C23-L27C23), 直接使用 `xASM("stp x29, x30, [sp, #(28*8)]");` 来保存LR 寄存器, 对于 common_closure_bridge_handler 来说应该是错误的。 因为这段函数是通过 两次 `BLR X17` 跳转的, 他保存的是他的上一层跳转函数的, 而不是原始函数的 LR...

**问题** sudo git clone 拉仓库的时候,会遇到tool目录 `[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.` **解决方案** sudo ssh-add ~/.ssh/id_rsa (本地配置的私钥,并github后台添加公钥) **验证是否正确** `sudo ssh -T [email protected] Hi ByteSecurity! You've successfully...

自从 [Vip-Super-2503062120-6.6.75](https://github.com/sirpdboy/openwrt/releases/tag/Vip-Super-2503062120-6.6.75) 版本开始,后台就一直是这样报错红色提示, 并且所有文字都是英文,伴随功能加载不出来 `TypeError _(...).format is not a function ` ![Image](https://github.com/user-attachments/assets/e9be350b-4869-4ee9-a5ce-0330f12da35d) 尝试ota更新到最新, 但是卡在开机界面 ,更新失败。 辛苦了~