An open API service indexing awesome lists of open source software.

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.

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/).