https://github.com/fluttergenerator/mt-document-provider-injector
https://github.com/fluttergenerator/mt-document-provider-injector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluttergenerator/mt-document-provider-injector
- Owner: FlutterGenerator
- License: apache-2.0
- Created: 2024-12-09T05:02:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T05:07:39.000Z (over 1 year ago)
- Last Synced: 2025-02-12T15:19:30.520Z (over 1 year ago)
- Language: Java
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MT-Document-Provider-Injector
Technic used to Inject Document Provider in [MT Manager Mod](https://t.me/Modder_Hub/844)
## What you will learn
- [x] Parsing & Modifying Android Manifest at binary level using [pxb-axml](https://github.com/Sable/axml)
- [x] Usage of [bin-zip](https://github.com/L-JINBIN/ApkSignatureKiller/tree/master/mt/bin/zip)
- [x] Step wise progress while processing
## Project build by
- AIDE(Developing projects on Android)
## Special thanks to
- [L-JinBin](https://github.com/L-JINBIN) for providing all such great projects. Without him i think, Iam not in this field π. But i am sorry π
- [Timscriptov](https://github.com/timscriptov) for modifying both [pxb-axml](https://github.com/timscriptov/axmlparser) and [bin-zip](https://github.com/timscriptov/apkparser)
- [ChatGPT](https://chatgpt.com) for helping me to add comments in the code for better understanding βΊοΈ
## This project is already used in MT Manager Mod
- [Download MT Manager Mod](https://t.me/Modder_Hub/844)
## My work
- [Download Modder Hub](https://modder-hub.blogspot.com)
## Join Telegram
- [Coding Guys](https://t.me/coding_guys)
# License
Copyright (C) 2024 Krushna Chandra
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.