Git Product home page Git Product logo

bypassrootcheckpro's Introduction

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

bypassrootcheckpro's People

Contributors

gauravssnl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.