Skip to content

Instantly share code, notes, and snippets.

View adapptor-kurt's full-sized avatar

Kurt Blackwell adapptor-kurt

View GitHub Profile
@adapptor-kurt
adapptor-kurt / idb-workaround.py
Created August 14, 2020 01:12
Helps Flipper connect to physical iOS devices more reliably.
#!/usr/bin/env python3
# See https://github.com/facebook/flipper/issues/262
import os
import sys
import syslog
import shlex
import time
import subprocess