ginsudev / WDBFontOverwrite

Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689.
https://notnow.dev/zhuowei
886 stars 72 forks source link

Memory usage issues #26

Closed Xarth-Mai closed 1 year ago

Xarth-Mai commented 1 year ago

正如标题所示,替换较大的中文字体将导致严重的内存使用,导致小部件无法加载,第三方键盘无法运行,运行缓慢并反复注销。 更改字体后通过修改系统首选语言注销基板可以使替换的字体覆盖更多界面,但这会导致更多的内存问题。

As the title shows, replacing larger Chinese fonts will lead to severe memory usage, causing widgets to not to load, third-party keyboards cannot run, slow to run and repeatedly log out. After changing the font, the replacement font can overwrite more interfaces by modifying the system's preferred language logout substrate, but this will lead to more memory problems.

Vanyoo commented 1 year ago

+1. Hope someone can resolve it…

Xarth-Mai commented 1 year ago

iPhoneXr在iOS16.1.2上使用1.10.5版本测试,问题已经解决(3G RAM)

iPhone Xr tested with version 1.10.2 on iOS 16.1.2, the issue has been resolved