Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.54
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…
v1.0.53
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…
v1.0.52
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…
v1.0.51
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…
v1.0.50
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…
v1.0.49
Add Crashreport downloads (#112) Adding support to download crashreports, and a general upgrade of the AFC client. I did not implement support for everything libimobiledevice has. It only supports files and folders, no symlinks network sockets etc. I think that is usually not really needed anyway? Let me know if you miss anything or send a PR. You can now list crashreports like so: `ios crash ls` or using patterns `ios crash ls "*.synced"` You can download crashreports using patterns like so: `ios crash cp "*" "./targetDir"` or `ios crash cp "dasd_data_collection-2022-04-10-182459.ips" "./targetDir"` and remove crashreports using patterns: `ios crash rm "." "*"` to delete all, or `ios crash rm rm "." "*.synced"` for patterns. Resolves #109
v1.0.48
Try get ip from pcap on the fly (#110) an experimental feature to use pcap to grab the local network IPv4 and IPv6 of a device: using the WiFi MAC address waiting for the mac to appear as source combined with a ipv4 layer dump ipv4, ipv6 and mac source address Example: {"Mac":"b4:85:e1:7a:61:1c","IPv4":"192.168.2.106","IPv6":"2003:c2:6f05:cc01:f575:9abd:9c1e:7927"} This waits for network traffic, so it can take a while if nothing happens. To speed it up start apple maps f.ex. like: ios launch com.apple.Maps NOTE: Automatic Wifi Must be disabled! Disabling the private or random MAC address feature on your iOS 14 device Go to the Settings app on your iOS device. Tap on Wi-Fi. Tap the information button. ... Tap the toggle switch next to Private Address to disable it. Turn OFF your device's Wi-Fi and then ON again. Addressed #106 Co-authored-by: Daniel Paulus <[email protected]>
v1.0.47
fix xctestconfig (#111)
v1.0.46
pass the xctest config path for ios 14+ (#101)
v1.0.45
Add ability to make IORegEntry request (#98) Signed-off-by: Ali Yousuf <[email protected]>