HackHarry
HackHarry
Oh, sorry. I thought that repository is yours for win. I will try to compile yours.
Thanks a lot. I can compile successfully using latest of libimobiledevice
@nikias Hello, I meet a new problems. When I try to connect wireless device, it returns `lockdownd: Mux error (-8)`. 
Hello! After testing, I find that connecting wireless device through usbmuxd is feasible. Why don't use this way? Is it has any potential problems? ``` idevice_new_with_options(&device, udid, IDEVICE_LOOKUP_NETWORK); device->conn_type =...
> @HackHarry Could you please show me the way to get UDID from network? I checked option: "Show this iPhone when on Wi-fi" and unplugged my iPhone 6s from PC....
Using 15.5 image works for me.
@sindney 我也遇到了这个问题,自测端口什么的都没有被占用。 https://github.com/Tencent/loli_profiler/blob/master/docs/QUICK_START_CN.md#%E6%8B%89%E8%B5%B7%E7%9B%AE%E6%A0%87%E7%A8%8B%E5%BA%8F 我按照上面这个文档里的命令逐一执行,发现是因为执行jdwp-shellifier.py需要python2,但是现在大家默认用的都是python3了,mac最新系统也删除了python2。 希望可以改成python3的版本,或者加上配置python路径的功能 
请问一下,这个830472984事件是从哪确定的呀?Instruments的Display里的事件好像不是这个
> 这个我记得是 java ssl 这个库的问题 ,因为苹果下发的证书没有 CN 信息,但是 这个 ssl 库又必须要这个。你先用 java 主动 pull 自签证书试下 `new LockDown("xxxx",false).pairFull(); ` 这样做好像就需要手机重新信任一下设备。。。大佬们有没有找到能够绕过java检测DN的方法呀?