Coder Social home page Coder Social logo

adohope's Introduction

Adohope

IT IS UNDER DEVELOPMENT. USE AT YOUR RISK.

TinyTool has been tested with iPhone backup, iPod backup and iPod backup, it works fine but with some problems in the extracted data.

Adohope is a free Apple Backup Extractor. It can extract data from iPhone backup, iPad backup and iPod backup.

Project structre

  • Root ---- IBackup ---- Backup ---- Modules ---- Shared

Backup class

This class is the main class where we will pass the backup path to its constructor and start using all the functionality of the library.

Modules folder

Here all the modules that are used to parse the backup data. Modules like, ManifestDb, Photos, Contacts, etc..

Shared folder

Here are all the classes that are shared in the project.

TODO:

-- Write one factory for each module, the factory should be responsible for all creations such as (Services, Context, etc). Re-write factory classes to be general factory classes as the following, (ContextFactory, ServiceFactory, RepositoryFactory, etc).

-- Remove EntitiesConfigurations classes and replace them with a methods in context class instead.

-- Move Context class to the root directory of the module and remove Contexts folder.

Create module main class that will focus on clear naming.

In MBFileRepositoryFactory class, move the guessing methods to BackupCheckerUtils class.

Re-write extractor lib.

In shared folder, change PList folder name to DynamicPList, and PListExtensions to DynamicPListExtensions.

In Backup class, remove services getters and replace them with the main class for each module after creating it.

In Backup class, create dictionary variable and put the main modules classes on it instead of storing each one indivually. Same for PList files.

adohope's People

Contributors

fhddev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.