Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ZonD80/duppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duppy icon

Duppy

This app is designed to "clone" iOS apps on jailbroken devices with AppSync installed. Compatible with iOS 12+ It works like this:

  1. Copying original app contents.
  2. Replacing occurences of bundle ID in all Info.plist files to new ones.
  3. Packing app to IPA archive.
  4. Requesting install of app via itms-services protocol.

That's it!

Dependencies

  • swifter - Tiny http server engine written in Swift programming language
  • Zip - Swift framework for zipping and unzipping files
  • Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web.
  • ldid - fork of Saurik's ldid by ProcursusTeam

Install

You can download the latest .ipa from Duppy.bfsc.to website by tapping on install link. Do not use another installers, as they may break IPA.

Download

You can download the latest .ipa from here.

Build and install manually

Alernatively, you can build the project manually. Make sure you have Carthage and appdb build tools Run the following commands:

$ git clone https://github.com/ZonD80/duppy.git
$ cd duppy/
$ carthage update --platform iOS --use-xcframeworks
$ open duppy2.xcodeproj

Build this app with embed.entitlements during signature phase.

License

GNU General Public License v3.0. See LICENSE file for further information.

To improve

I personally feel fine with existing features, but this is what you can improve by making a PR:

  • Find a way to integrate frida-ios-dump or any other binary dumper
  • Make webserver that is used for itms-services run when app is minimised
  • Allow to update duplicated app by specifying alongside bundle ID manually
  • Make free space checks (at least 2x space of size original uncompressed app folder should be available (copy of App folder, App archive))

About

iOS/iPadOS App duplicator for jailbroken devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •