Implement syslog relay

This commit is contained in:
Jackson Coxson
2025-05-09 16:19:09 -06:00
parent b60e3dc0fb
commit 1556aaf1d3
8 changed files with 189 additions and 4 deletions

View File

@@ -30,12 +30,14 @@ To keep dependency bloat and compile time down, everything is contained in featu
| `debug_proxy` | Send GDB commands to the device.|
| `dvt` | Access Apple developer tools (e.g. Instruments).|
| `heartbeat` | Maintain a heartbeat connection.|
| `house_arrest` | Manage files in app containers |
| `installation_proxy` | Manage app installation and uninstallation.|
| `springboardservices` | Control SpringBoard (e.g. UI interactions). Partial support.|
| `misagent` | Manage provisioning profiles on the device.|
| `mobile_image_mounter` | Manage DDI images.|
| `location_simulation` | Simulate GPS locations on the device.|
| `pair` | Pair the device.|
| `syslog_relay` | Relay system logs from the device |
| `tcp` | Connect to devices over TCP.|
| `tunnel_tcp_stack` | Naive in-process TCP stack for `core_device_proxy`.|
| `tss` | Make requests to Apples TSS servers. Partial support.|
@@ -53,11 +55,9 @@ Implement the following:
- companion_proxy
- diagnostics
- house_arrest
- mobilebackup2
- notification_proxy
- screenshot
- syslog_relay
- webinspector
As this project is done in my free time within my busy schedule, there