Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 842 Bytes

pymobiledevice2

Updates and Modifications to iOSForensics pymobiledevice package for the python implementation of the libimobiledevice cross-platform software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices

Supported Devices

All iOS devices are supported. iOS 13 bug fixed thanks to Mathieu Renard

Requirements

  • Python 2.7 and 3.x

  • M2Crypto

    • Already included inside of Libraries/M2Crypto/Win64
  • construct >= 2.9.29

  • pyasn1

  • future

  • six

  • biplist

  • usbmuxd must be installed and running

How to use

The Wiki will be updated with full documentations about the functionality and the limitations of this project.

Please be patient as most of this code was not written by me and completely understanding the library will take some time to convert into documentation