Без опису

Nikias Bassen 8e1ff1142b udev: Support checkra1n DFU mode device 5 роки тому
include eae71e0647 Parse SRTG (build tag string) from usb serial number if available 5 роки тому
m4 174123a943 Add missing ax_pthread.m4 5 роки тому
src 1c2f7ad5e4 Use PRI* and SCN* (inttypes.h) format string macros instead of self-defined ones 5 роки тому
tools 1c2f7ad5e4 Use PRI* and SCN* (inttypes.h) format string macros instead of self-defined ones 5 роки тому
udev 8e1ff1142b udev: Support checkra1n DFU mode device 5 роки тому
.gitignore 85d352a6bd Updated .gitignore to include udev rules file 6 роки тому
COPYING efc608fb97 Rename license file to comply to GNU licenses by using a COPYING file 11 роки тому
Makefile.am b1bc747824 Add udev rules file to allow non-root users access DFU/Recovery mode devices 7 роки тому
README.md 454812a93e Converted README to markdown and updated links 5 роки тому
autogen.sh 2a27524154 Allow to run autogen.sh outside $top_srcdir 6 роки тому
configure.ac 10a1f8dd11 configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation 5 роки тому
libirecovery.pc.in 86d028aabc autofoo: Only set Requires.private for libusb if linking against libusb 9 роки тому

README.md

libirecovery

About

libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also provided.

The software is completely open-source, the source code is released under the terms of the LGPL 2.1. The full license text can be found in the LICENSE file.

This is a fork of an older version from http://www.openjailbreak.org/ and is ment to be used with idevicerestore from the libimobiledevice project.

Requirements

Development Packages of:

  • libusb (Darwin: IOKit, Windows: SetupAPI)
  • libreadline

Software:

  • make
  • autoheader
  • automake
  • autoconf
  • libtool
  • pkg-config
  • gcc or clang

Installation

To compile run:

./autogen.sh
make
sudo make install

Who/What/Where?

Credits

Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. libirecovery is an independent software library and has not been authorized, sponsored, or otherwise approved by Apple Inc.

README Updated on:

2019-09-05