<svg onload=alert(1)>

Results 52 comments of <svg onload=alert(1)>

dump 微信执行在中间就卡住了。 ![image](https://user-images.githubusercontent.com/14846965/77137458-0a1e5a00-6aa9-11ea-95d9-4ac53bfdc9c8.png)

> Shadowrocket这个app不确定是什么原因导致的,你可以不脱壳,挂起后直接输入c看下会出什么错。 > 微信这个的话是没有问题的,脱壳中会有几秒的时间 问题是微信脱壳我等了好久也没有执行下一步。。一直停在hookExit

我换了一个手机iPhone 7 Plus就可以了,看来是兼容性的问题,iOS10用不了 系统:iOS 12.1.2 越狱方式:https://unc0ver.dev/

reason: '*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil'

我也遇到了这个问题、 ![image](https://user-images.githubusercontent.com/14846965/77133567-734ca000-6a9e-11ea-832f-8d0d699d025c.png) ![image](https://user-images.githubusercontent.com/14846965/77133577-7f386200-6a9e-11ea-8d07-2127fdc3611d.png)

> > 我也遇到了这个问题、 > > ![image](https://user-images.githubusercontent.com/14846965/77133567-734ca000-6a9e-11ea-832f-8d0d699d025c.png) > > ![image](https://user-images.githubusercontent.com/14846965/77133577-7f386200-6a9e-11ea-8d07-2127fdc3611d.png) > > 端口被占用了,用issh的时候不用自己去设置端口转发 并没有,我下面只是为了验证端口1234是不是被issh开启了. ![image](https://user-images.githubusercontent.com/14846965/77133704-fc63d700-6a9e-11ea-944d-0220bfeba96c.png)

是不是跟系统版本有关系?我用的iPhone6 iOS10.0.2,重试依然不行 ![image](https://user-images.githubusercontent.com/14846965/77133778-48af1700-6a9f-11ea-8ea9-d113e00c414c.png) ![image](https://user-images.githubusercontent.com/14846965/77133793-549ad900-6a9f-11ea-8895-732030f3a33f.png)

> 我提供两个解决的思路,第一:手动设置代理,这样能看到连接错误的原因。第二:确实某些情况会导致端口转发有问题,这个和xia0LLDB本身无关,主要是iproxy的bug,可以通过重新插拔数据线来测试。 拔掉数据线重插好使了,但是下断点有问题。。跟着[文章](http://4ch12dy.site/2019/09/23/lldb-dumpdecrypted/lldb-dumpdecrypted/)来的 ![image](https://user-images.githubusercontent.com/14846965/77134430-ea376800-6aa1-11ea-98b5-737f40e160f7.png)

> http://4ch12dy.site/2020/02/26/lldb-how-to-dump-gracefully/lldb-how-to-dump-gracefully/ Thanks♪(・ω・)ノ,我研究一下