go-ios
go-ios copied to clipboard
This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.
We can simply use a [pcap]() library to capture the communication going over the tunnel interface (it't not encrypted at that point). usbmuxd and utun captured traffic are put into...
``` cfr@bogon ~ % sudo pkill -SIGCONT remoted Password: cfr@bogon ~ % sudo /Users/cfr/PycharmProjects/tidevice_tool/logserver/mac/go-ios tunnel start --pair-record-path /Users/cfr Password: {"level":"info","msg":"no udid specified using first device in list","time":"2024-02-28T14:03:59+08:00","udid":"00008130-000930AE2403401C"} {"level":"info","msg":"start tunnel","time":"2024-02-28T14:04:00+08:00","udid":"00008130-000930AE2403401C"} {"error":"ManualPairAndConnectToTunnel:...
image mount fails to get iOS 17 developer disk image and looks like there is some changes with iOS 17 as per some websites. How to handle this? May I...
I want to re-sign ipa file in windows for testing purpose. is there a way to do in go-ios (I hope NO , as I didn't see command related to...
**Describe the bug** `panic: interface conversion: interface {} is nil, not []uint8` while trying to pair with suplied supervision p12 certificate. **To Reproduce** ``` $ ios version {"version":"v1.0.121"} $ ios...
**Describe the solution you'd like** Direct commands i.e device level commands to control the above mentioned functionalities and similar to those. **Describe alternatives you've considered** Can achieve it using UI....
There is many command for that need details information we we can use like ios fsync ios fsync (pull | push) --srcPath= --dstPath= Pull or Push file from srcPath to...
supports fucking iOS17, thanks Apple for making everything harder.
My initial research indicates that iOS 17 works with a virtual ethernet adapter to some degree. I guess they are starting to deprecate USBMUXd now finally. Connect an ios 17...