diff options
| author | sickcodes <[email protected]> | 2021-12-07 12:35:54 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-12-07 12:35:54 +0000 |
| commit | e8a81fb8d975c891f8eeff006a7e0b225b5bc86a (patch) | |
| tree | 36aec725f7846b588a8ffdecf69bd08dbfd185ff /README.md | |
| parent | Merge pull request #397 from sickcodes/rollback-naked (diff) | |
| download | docker-osx-e8a81fb8d975c891f8eeff006a7e0b225b5bc86a.tar.xz docker-osx-e8a81fb8d975c891f8eeff006a7e0b225b5bc86a.zip | |
Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -201,6 +201,13 @@ If you have a desktop PC, you can use [@Silfalion](https://github.com/Silfalion) # (USBFLUXD) iPhone USB -> Network style passthrough OSX-KVM Docker-OSX +Video setup tutorial for usbfluxd is also available here: https://www.youtube.com/watch?v=kTk5fGjK_PM + +<p align="center"> + <a href="https://www.youtube.com/watch?v=kTk5fGjK_PM" target="_blank"><img alt="iPhone USB passthrough on macOS virtual machine Linux & Windows" src="https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/Youtube-USBFLUXD-Screenshot-Docker-OSX.png"></a> +</p> + + This method WORKS on laptop, PC, anything! Thank you [@nikias](https://github.com/nikias) for [usbfluxd](https://github.com/corellium/usbfluxd) via [https://github.com/corellium](https://github.com/corellium)! @@ -262,6 +269,8 @@ sudo make install Accept the USB over TCP connection, and appear as local: +(you may need to change `172.17.0.1` to the IP address of the host. e.g. check `ip addr`) + ```bash # on the guest sudo launchctl start usbmuxd |