GCPanic

Results 6 issues of GCPanic

1.建议在跳过按键关键词检测方式上加入正则表达式支持。 2.建议考虑将选择性跳过开屏广告的应用列表改为黑名单模式(选择需要跳过的应用)或加入黑名单模式,理由是这样更符合真正的使用流程,即发现新应用有开屏广告,然后加入名单。

By adding `OUTPUT_FORMAT(binary)` at top of linker.ld, we can have plain binary output at linker's output. And we can avoid objcopy step.

不太清楚Unblock是否提供了相关api,但是如果能够应用可以大幅缓解匹配错误问题。 类似隔壁网抑吊毛云模块的功能

小米13 MIUI 14.0.21 网易云音乐 8.9.70(小米应用商店生的) 杜比大喇叭贝塔 3.5.4 打开后立刻闪退,查看系统通知显示网易云音乐因自身空指针异常闪退 题外话:能不能考虑添加手动修改音源被记住的功能?我之前用的是不知道多老的版本,如果已经有了的话就忽视这句话吧。

相关issure: [签名服务器相关问题](https://github.com/Mrs4s/go-cqhttp/issues/2242) - [ ] 补充签名服务器的详细说明 - [ ] _加入配置签名服务器教程?_

**Describe the Bug** Currently, [inkwell](https://thedan64.github.io/inkwell/inkwell/index.html)::[support](https://thedan64.github.io/inkwell/inkwell/support/index.html)::[LLVMString](https://thedan64.github.io/inkwell/inkwell/support/struct.LLVMString.html#) implementing `!Send`, `!Sync` and `Deref`. This is clearly incorrect, as `CStr` implementing `Send` and `Sync`. **To Reproduce** Unrelated **Expected Behavior** `LLVMString` is just an `CStr`...

enhancement