SkillAgentSearch skills...

RootAppChecker

This Android application is designed to detect whether a device is rooted.

Install / Use

/learn @Somchandra17/RootAppChecker
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

Root Detection App

This Android application is designed to detect whether a device is rooted. It utilizes various checks including file paths, system properties, and native code execution to determine the root status of the device.

Features

  • Check for known root files
  • Detect SU binary presence
  • Search for BusyBox installation
  • Identify root management apps
  • Verify system integrity
  • Detect Magisk hide techniques
  • Native checks for rooted paths and binaries

Installation

To build and run the app, follow these steps:

  1. Clone the repository:
  git clone https://github.com/Somchandra17/RootAppChecker
  1. Open the project in Android Studio.
  2. Build the project by navigating to Build > Make Project.
  3. Run the app on a physical device or an emulator.

Usage

Upon launching, the app presents a user interface with multiple checkboxes corresponding to different root checks. Press the "Check Root" button to perform the checks. The app will display whether the device is rooted based on the checks and show a detailed alert message.UI rootdetected

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or add new features.

View on GitHub
GitHub Stars8
CategoryDesign
Updated1mo ago
Forks1

Languages

Java

Security Score

75/100

Audited on Feb 8, 2026

No findings