记录一下 自己用着方便
http://bbs.iosre.com/t/how-to-test-notify-post-in-cycript/1337
自己随便hook一个app,然后发送就行了
<pre>
cy# np = @encode(unsigned int()(char const))(dlsym(RTLD_DEFAULT, "notify_post"))&0x3a7623e5cy# (*np)("com.apple.accessibility.defaultrouteforcall")
</pre>
com.apple.accessibility.defaultrouteforcall改为自己的通知名字吧
网友评论