K9999
K9999
同样的问题+1 不过我补充下楼主,不是Crash,是主线程阻塞了。
`UIImage *image = [UIImage imageWithCGImage:tmp.CGImage scale:[UIScreen mainScreen].scale orientation:UIImageOrientationUp];` 建议改成 ` UIImage *image = [UIImage imageWithCGImage:tmp.CGImage scale:1 orientation:UIImageOrientationUp];`
> 也遇到了这个问题,记录一下: > 需要砸壳的app需要在进程中,也就是运行中; 感谢
Hello,类似 http://www.douyu.com/cms/zt/lpl.html#a 大型活动(LPL,TI)无法读取弹幕 EDIT:看了下你的代码,应该是 url split 出问题 Douyu 对活动页面用 CMS 管理,http://www.douyu.com/lpl 会重定向至 http://www.douyu.com/cms/zt/lpl.html#a ,前者可以被 danmu 捕捉到而后者不行(DouYu.py中url split 的问题),使用映射文件可以解决该问题。
@xhacker updated
should be all right now @xavierchow
find where goes wrong: there is character "'" in my computer name, so the code execute error. `const stepUrl = window.location.href.replace(encodeURI('fang's_MacBook_Pro_22C3BD02-CC19-4730-AE2B-0F84D9752A77_2568.html'), targetId + '.html'); ` Maybe we should use ""...
work for me by disable csrutil😀
Is this feature available in attach debug mode?
@iqqmuT The same issue.Do you have a way to start the idb_companion with the binary instead of launching it within Xcode?