KO
|
EN
gitlite — search
Search
#python
#javascript
#machine-learning
#css
#html
#react
#nodejs
#rust
#golang
#data-science
#pytorch
#java
iPhone-Backup-Analyzer
★ 34
Open GitHub ↗
iPhone Backup Analyzer
Download README (.md)
Explore Similar Repositories
game_of_life
:
RPCFN #11: Game of Life
Ghost-vs-Monsters---OOP
:
Re-write of Corona SDK mobile app Ghost vs Monsters into object-oriented architecture
ScalaEdit
:
A text editor for Scala programmers
dotfiles
:
Izzy Muerte's Dotfiles
open-tracking-tools
:
Open source Java library for on-line vehicle tracking, path estimation and parameter learning.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
iPhone-Backup-Analyzer
?
Download (.md)
# iPBD - iPhone Backup Decoder and Analyzer (C)opyright 2010 Mario Piccinelli <mario.piccinelli@gmail.com> Released under [MIT licence](http://en.wikipedia.org/wiki/MIT_License) This software allows the user to browse through the content of an iPhone/iPad backup made by iTunes. The software is packed with all the routines needed to understand and show the content of files found. For each file selected, the following informations are calculated/shown: * Real name and name in the backup directory * File UNIX permissions * Data hash (as calculated by iOS) * User and group ID * Modify time, access time, creation time * File type (from magic numbers) * File MD5 hash * First hex bytes * First bytes as ASCII characters * File content: HEX dump if data, text if ASCII or UTF8, tables list if SQLite * EXIF data for JPG images Binary plist files are translated on runtime into their XML counterpart by the MacOsX plutil utility. User is presented with the list of tables in SQLite databases, and can immediately see the content of each and the structure of the fields. The software provides a plugin system to create views showing specific data from the backup. Currently available views: * Call history * Cell GPS location (only for iOS ver <= 4.3) * Contacts * Safari bookmarks * Safari history * SMS browser # Requires: * Tested on Python 2.6 on Linux and Mac Os X. * Python Tkinter library. See [this link](http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter) for details about the installation. On MacOsX the Tkinter framework is installed along with [ActiveTcl](http://www.python.org/download/mac/tcltk/). On Linux you should find by typing something like: sudo apt-get install python-tk * Python TTK library. On Mac Os it is installed with ActiveTCL (see above), on Linux you should install [PyTTK](http://pypi.python.org/pypi/pyttk). * Python Imaging Library (PIL). For Mac Os download from [here](http://www.pythonware.com/products/pil/). For Linux you should do something like: sudo apt-get install python-imaging python-imaging-tk