All Projects โ†’ tanprathan โ†’ Fridpa

tanprathan / Fridpa

An automated wrapper script for patching iOS applications (IPA files) and work on non-jailbroken device

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Fridpa

Social-Dating-iOS-App
๐Ÿ“ฑ pH7 Social Dating iOS App allows you to use pH7CMS through an easy-going and intuitive iOS webview app. Core is 100% open source and as always contributions are welcome
Stars: โœญ 22 (-68.12%)
Mutual labels:  mobile-app, ios-app
Tasky
Tasky is a task management app made with SwiftUI.
Stars: โœญ 22 (-68.12%)
Mutual labels:  mobile-app, ios-app
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: โœญ 142 (+105.8%)
Mutual labels:  mobile-app, ios-app
Mobileapp Pentest Cheatsheet
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
Stars: โœญ 3,051 (+4321.74%)
Mutual labels:  ios-app, mobile-app
Aawazein
A News Application ๐Ÿ—ž๏ธ built under 24 hours โฐ. It is built ๐Ÿšง with React Native โš›๏ธ. ๐Ÿš€ and 3 cups of Chai โ˜•
Stars: โœญ 28 (-59.42%)
Mutual labels:  mobile-app, ios-app
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: โœญ 48 (-30.43%)
Mutual labels:  mobile-app, ios-app
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: โœญ 28 (-59.42%)
Mutual labels:  mobile-app, ios-app
Github Native
๐Ÿ“ฑ mobile github client built with react-native
Stars: โœญ 94 (+36.23%)
Mutual labels:  ios-app, mobile-app
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: โœญ 66 (-4.35%)
Mutual labels:  mobile-app, ios-app
addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: โœญ 16 (-76.81%)
Mutual labels:  mobile-app, ios-app
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: โœญ 208 (+201.45%)
Mutual labels:  ios-app, mobile-app
Gas Oil Mixture Mobile
Mobile app for calculation of gasoline/oil ratio for 2 stroke engines built with React Native.
Stars: โœญ 61 (-11.59%)
Mutual labels:  ios-app, mobile-app
Food Delivery App
Swiggy Clone with React-Native
Stars: โœญ 170 (+146.38%)
Mutual labels:  ios-app, mobile-app
QtMobileApp
This repository contains basic template for Qt for mobile app development using QML and C++ as backend to access RESTful API's
Stars: โœญ 16 (-76.81%)
Mutual labels:  mobile-app, ios-app
Model2app
Turn your Swift data model into a working CRUD app.
Stars: โœญ 118 (+71.01%)
Mutual labels:  ios-app, mobile-app
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. ๐Ÿ˜๐Ÿ’†๐Ÿผโ€โ™‚๏ธ
Stars: โœญ 34 (-50.72%)
Mutual labels:  mobile-app, ios-app
react-native-swipe-cards-interaction
React native swipe cards interaction
Stars: โœญ 142 (+105.8%)
Mutual labels:  mobile-app, ios-app
React Native Mixpanel
A React Native wrapper for Mixpanel tracking
Stars: โœญ 451 (+553.62%)
Mutual labels:  ios-app, mobile-app
Mangosta Ios
MongooseIM client for iOS
Stars: โœญ 28 (-59.42%)
Mutual labels:  ios-app, mobile-app
Apple Automation
iOS/macOS ่‡ชๅŠจๅŒ–๏ผŒๆ•ˆ็Ž‡็Žฉๆณ•ๆŽข็ดขใ€‚
Stars: โœญ 60 (-13.04%)
Mutual labels:  ios-app

Fridpa

image

An automated wrapper script for unpacking, patching (Insert the load command into binary), re-signing and deploying apps on non-jailbroken device. Once the process is completed, the apps will launch in debugging mode with lldb attached and ready for hooking using Frida. Fridpa has 2 modules which are: "The (IPA)Builder" and "The Connector"

  • The (IPA)Builder : This module uses for unpacking, patching, re-signing and deploying the app with debugging mode.
  • The Connector : This module uses for connecting to patched app without re-installing.

Program Dependencies

Usage

  • Ensure that your mobile provision profile is ready and locate on Fridpa directory. Please follow the instruction to create mobile provision profile at https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2016/october/ios-instrumentation-without-jailbreak/ (Configure the environment).
  • Ensure that your iOS application package (.ipa file) is located on Fridpa directory.
  • Once the The (IPA)Builder module is selected, the Fridpa will reqest the signing identity (e.g. F0B35CBA1F2DA06F49F3ADB0C93E14FFFAE3B85B) in order to perform re-signing the app. (Please select the identity which match with provision profile).
  • For first deployment, provision profile must be trusted on iDevice which can be set in "Settings->General->Profiles&Device Management->Developer App", then press enter to confirm the setting.
  • Re-installation will be conducted automatically and run the app with debugging mode. Now, the app will wait Frida client for connecting to the app.

Contribution

Your contributions and suggestions are welcome.

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].