mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
738 B
738 B
WebMuxD
webmuxd is a WebUSB implementation of Apple's usbmuxd protocol, compatible with libimobiledevice/usbmuxd.
Usage
import { DirectUsbMuxClient, installIpaViaInstProxy } from "webmuxd"
This package includes:
DirectUsbMuxClient: usbmux + lockdownd + AFC + installation_proxy lifecycleinstallIpaViaInstProxy: stage and install an IPA via AFC and InstProxy- Pairing helpers:
createHostId,createSystemBuid, pair record encode/decode helpers - OpenSSL WASM helpers:
createOpenSslWasmTlsFactory,generatePairRecordWithOpenSslWasm
Build
From the workspace root:
bun run build
From this package directory:
bun run build