怎么让CE修改器访问iPhone上的进程并进行修改调试
github能找到几个用frida实现的ceserver,不过根据我去年的测试,性能不太行不如直接frida,不知道现在变好了么
Use it if you like.
frida-ceserver
・Reading and writing memory
・Enumeration of symbols and modules
・Speed Hack
・Pointer scan
・Hardware watchpoints via lldb
你搞好了吗?我最近也在折腾这玩意儿
Brother, I was still using it some time ago, and it’s very useful. But this project is out of now. Can you send me a document? Thank you.
1 个赞
Thank you for your comment. I’ve been busy with work, so I deleted some projects as I didn’t have time to manage them.
https://github.com/cheat-engine/cheat-engine/blob/master/Cheat%20Engine/ceserver/ceserver.c
I think it’s possible to respond appropriately if you build it to respond to CE communication by referring to the above. Please let me know if you have any questions.