SHA1 hash:
- 87005061e5e4ebca28c9463be19f5da6a5ee275d
Description
An open-source project for executing console commands with elevated privileges, without the need for root credentials.
Operating routine
This object is a dex (Dalvik executable) file that starts a service listening on port 4521 for incoming commands that are then executed by calling the Runtime.getRuntime().exec() class. The file itself is launched using the app_process program as follows:
app_process -Djava.class.path=./classes.dex /system/bin shellService.MainCommands executed through this service will have higher privileges than if executed in the application itself.