https://github.com/shatyuka/adbex
An adbd extension used for adb root and shell replacement.
https://github.com/shatyuka/adbex
adb adbd android kernelsu magisk modules
Last synced: about 1 month ago
JSON representation
An adbd extension used for adb root and shell replacement.
- Host: GitHub
- URL: https://github.com/shatyuka/adbex
- Owner: shatyuka
- License: gpl-3.0
- Created: 2024-03-26T11:09:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T03:09:27.000Z (about 1 year ago)
- Last Synced: 2024-05-29T16:22:33.335Z (about 1 year ago)
- Topics: adb, adbd, android, kernelsu, magisk, modules
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 30
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADBEx
## Introduction
An adbd extension used for `adb root` and shell replacement.## Prerequisites
Magisk v24+, or KernelSU v0.4.0+> Note that this module is not compatible with ZygiskNext versions lower than 1.0.
## Install
Install as a module in Magisk/KernelSU manager app.## Build
*TODO*## Credits
- [tiann/adb_root](https://github.com/tiann/adb_root): Enable adb root in production build device for Android 11+.
- [kubo/plthook](https://github.com/kubo/plthook): Hook function calls by replacing PLT(Procedure Linkage Table) entries.## License
This project is licensed under the [GNU General Public Licence, version 3](https://choosealicense.com/licenses/gpl-3.0/).