Skip to content

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

Notifications You must be signed in to change notification settings

Somchandra17/RootAppChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.