Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 428 Bytes

APK DLC Patcher 🎮

Overview

This project allows you to build a DLC Patcher APK. Inside this APK, there is an intent class for the Patcher Dialog. 📦

Features

  • Select and patch a DLC ZIP file using ACTION_DOCUMENT_OPEN (optional). 📂

Requirements

  • Decompile the APK to Smali code. 🔧
  • Inject custom Smali code as an entry point or main activity intent. 🛠️
  • Rebuild the APK for installation. 🔄