Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for macOS #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add support for macOS
  • Loading branch information
CyrilSLi authored Mar 25, 2024
commit 91a9f7fd9e7f28d5a791791875587954d622fb10
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# rvi_capture
rvictl for Linux and Windows: capture packets sent/received by iOS devices
rvictl for Linux, macOS, and Windows: capture packets sent/received by iOS devices

A utility to create packet capture dumps from iOS devices; useful for debugging network activity via Wireshark.

Tested on Arch Linux with iOS 14.8.
Tested on Arch Linux with iOS 14.8 and macOS 13.1 with iOS 17.4.

## Prerequisites

### Linux
### Linux and macOS
`libimobiledevice` and `python3` must be installed. Ensure that the `usbmuxd` daemon is running.

### Windows
Expand Down