这是一个theos演示,它可以在iOS10.2中成功挂接,但我在syslog中找不到%log信息,为什么?
%hook SBApplication -(id)displayName { %log; return %orig; } %end
https://stackoverflow.com/questions/44539670
相似问题