No results found

Bypass Root Check Pro with Java & Native C/C++ Hooks - Xposed Module Repository

Bypass Root Check Pro

Bypass Root Check Pro Xposed Module with Java and Native (C/C++) Hooks based on Modern Xposed API by LSPosed. This module bypasses root checks the pro way. This module not only hooks Java logic, but also hooks Native / System calls logic (logic written in C/C++/ Native Java code).

Features

  1. Bypass all RootBeerFresh detections.
  2. Bypass all RootBeer detections
  3. Bypass SELinux test to avoid root detection.
  4. Bypass R/W System check to avoid root detection.
  5. Bypass check for su, magisk & busybox binaries.
  6. Bypass check for root related Android apps.
  7. Bypass check OS Build Test Keys presence.
  8. Bypass check for props related to root.
  9. Bypass check for root cloaking apps.
  10. Bypass check for Unix Domain Socket used by Magisk.
  11. System Native Hooks in C/C++ apart from Java hooks to make root hiding possible.

Screenshots have been provided at the end of this doc as a proof. Please have a look.

Requirements

  1. Rooted Android phone
  2. LSposed

Usage

Install this Xposed module in LSposed and activate the module. While activating the module, please select the desired app which perform root access check & you want to bypass.

To test our module, we can install RootBeer Fresh sample application.

Implementation

Native Hooks

The below Native System calls have been hooked to avoid root detection

1. fopen()
2. stat()
3. lstat()

For more details & updated logic, refer to the C/C++ hooks code present in the repo.

Java Hooks

The below Java classes methods have been hooked to avoid root detection

1. java.io.File.exists()
2. android.app.ApplicationPackageManager.getPackageInfo()
3. Runtime.exec()

For more details & updated logic, refer to the Kotlin/Java hooks code present in the repo.

Author

Made with ❤️ by @gauravssnl

Pull Requests & contributions are welcome. If you like my work, give this repo a star and share.

Screenshots

Before Module Activation

ScreenShot

After Module Activation

ScreenShot

Package

com.gauravssnl.bypassrootcheck.pro

Authors

GAURAV

Releases

v1.0

Release Type: Stable

2/7/2024, 7:45:49 PM

View all releases

Releases

v1.0

Release Type: Stable

2/7/2024, 7:45:49 PM

Initial release. Features implemented in v1.0 are :
Bypass all RootBeerFresh detections.
Bypass all RootBeer detections
Bypass SELinux test to avoid root detection.
Bypass R/W System check to avoid root detection.
Bypass check for su, magisk & busybox binaries.
Bypass check for root related Android apps.
Bypass check OS Build Test Keys presence.
Bypass check for props related to root.
Bypass check for root cloaking apps.
Bypass check for Unix Domain Socket used by Magisk.
System Native Hooks in C/C++ apart from Java hooks to make root hiding possible.

© 2021 - 2024 New Xposed Module Repository