All Projects → BepInEx → IPALoaderX

BepInEx / IPALoaderX

Licence: GPL-3.0 license
IPA plugin loader for BepInEx

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to IPALoaderX

Provisionql
Quick Look plugin for apps and provisioning profile files
Stars: ✭ 2,012 (+6837.93%)
Mutual labels:  ipa
Igoat Swift
OWASP iGoat (Swift) - A Damn Vulnerable Swift Application for iOS
Stars: ✭ 242 (+734.48%)
Mutual labels:  ipa
altstore
AltStore source with more stuff
Stars: ✭ 44 (+51.72%)
Mutual labels:  ipa
Crackediosapps
iOS端破解版App集合,包含破解版QQ、破解版抖音、破解版百度网盘、破解版麻花、钉钉打卡助手、破解版墨墨背单词、破解版网易云音乐、破解版芒果TV
Stars: ✭ 165 (+468.97%)
Mutual labels:  ipa
Ios Signer Service
✒ A self-hosted, cross-platform service to sign and install iOS apps, all without a computer
Stars: ✭ 200 (+589.66%)
Mutual labels:  ipa
SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+400%)
Mutual labels:  ipa
Ipa Dict
Monolingual wordlists with pronunciation information in IPA
Stars: ✭ 139 (+379.31%)
Mutual labels:  ipa
appdecrypt
appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled
Stars: ✭ 447 (+1441.38%)
Mutual labels:  ipa
Command Mobile Penetration Testing Cheatsheet
Mobile penetration testing android & iOS command cheatsheet
Stars: ✭ 221 (+662.07%)
Mutual labels:  ipa
ipa-deploy
Deploy .IPA package to iOS device with a command line tool
Stars: ✭ 40 (+37.93%)
Mutual labels:  ipa
Appdeploy
🚀 AppDeploy is the fastest way to get info on your mobile app & deploy it OTA without specific server configuration
Stars: ✭ 166 (+472.41%)
Mutual labels:  ipa
Iinjection
Stars: ✭ 197 (+579.31%)
Mutual labels:  ipa
QuickAccessBox
Plugin for quickly searching through studio items in games by Illusion
Stars: ✭ 19 (-34.48%)
Mutual labels:  bepinex
Frida Ios Dump
pull decrypted ipa from jailbreak device
Stars: ✭ 2,223 (+7565.52%)
Mutual labels:  ipa
ModTemplateValheim
Valheim template for quickly writing mods using BepInEx
Stars: ✭ 13 (-55.17%)
Mutual labels:  bepinex
Ipadownloadtool
输入下载页面链接自动解析ipa下载地址,支持本地下载,支持蒲公英和fir及其他所有自定义下载页面(由于是通过拦截webView的itms-services://请求获取plist文件,因此理论上可无视所有的请求加密、校验措施,支持各类企业版、内测包ipa下载)
Stars: ✭ 145 (+400%)
Mutual labels:  ipa
Ipadownload
Search and download decrypted IPA file from 3rd-party App Store.
Stars: ✭ 247 (+751.72%)
Mutual labels:  ipa
iPatch
Patch iPA Files With Dynamic Libraries
Stars: ✭ 29 (+0%)
Mutual labels:  ipa
IPAPatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 301 (+937.93%)
Mutual labels:  ipa
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (+55.17%)
Mutual labels:  bepinex

IPALoaderX

IPALoaderX is a plugin for BepInEx that allows to load plugins made for Illusion Plugin Architecture without installing it.

This plugin is an improved version of the original IPALoader.

Differences from IPALoader

  • Integration with BepInEx logger
  • Parts of IPA rewritten for simplicity
  • Allows virtualization via a preloader plugin
  • Patches IPA plugins with Harmony ILMerged to use the BepInEx's Harmony

While IPALoaderX aims to emulate IPA as closely as possible, I can't guarantee absolutely every plugin will work.
If you suspect some plugin is not handled correctly by IPALoaderX, don't hesitate to make a new issue on this github page.

Why IPA for BepInEx

Using this you could potentially be able to move away from using IPA in any moddable Unity game and still benefit from the old plugins made for the game.
For example, this plugin allows for BepInEx to be used in Honey Select in order to benefit from the many well established IPA plugins, useful new BepInEx plugins such as the automatic translator and the runtime unity editor and the patchless nature of BepInEx, all at the same time.

How to use

  1. Install BepInEx to your game (you may need to edit the BepInEx entrypoint for it to work).
  2. Download the latest IPALoaderX release from here.
  3. Place BepInEx.IPALoader.dll in the BepInEx\plugins folder and BepInEx.IPAVirtualizer.dll and BepInEx.IPAHarmonyShimmer.dll in the BepInEx\patchers folder.
  4. Make Plugins folder in your game folder (just like with original IPA).
  5. Put IPA plugins into Plugins folder, just like with IPA.
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].