├── Makefile ├── README.md ├── macbuid.sh └── src └── idevicecap.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn0rz/idevicecap/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn0rz/idevicecap/HEAD/README.md -------------------------------------------------------------------------------- /macbuid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn0rz/idevicecap/HEAD/macbuid.sh -------------------------------------------------------------------------------- /src/idevicecap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn0rz/idevicecap/HEAD/src/idevicecap.c --------------------------------------------------------------------------------