Giter Club home page Giter Club 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bypassrootcheckpro's Issues

App keeps closing

Firstly well done nice job the only module that worked for my app Over wallet but afterwards the app keeps stopping. Need a fix. Thanks

Not working app bank

I using app bank and not bypass. App bank detected divice rooted. I using hyper os 1.0.5 stable on redmi k60pro. I using magisk 27.0, zygisk lspood 1.9.2, pif 15.8 , hide not root rule . I thing rooms or magisk not supposed. I hope you update code in time

Module not found

Can not found it as shortcut nor in the list of installed modules to select apps :/
Using lsposed 1.8.4

Certificate issue

It seems your APKs are signed using a debug key:

Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
Signer #1 certificate SHA-256 digest: 8548d99020461707d4c02d76aeca75790439000f8711496670a08198ffe6a9ff
Signer #1 certificate SHA-1 digest: 617b7e64f6c98efde53d53634b4b4073ceb1e279
Signer #1 certificate MD5 digest: bc3085314b7c2d31a85be556eb714dc4
Signer #1 key algorithm: RSA
Signer #1 key size (bits): 2048

Would it be possible to use a proper release key instead? Further:

SigningBlock blobs:
-------------------
0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE)

can be easily avoided:

android {
    dependenciesInfo {
        // Disables dependency metadata when building APKs.
        includeInApk = false
        // Disables dependency metadata when building Android App Bundles.
        includeInBundle = false
    }
}

For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains.

Thanks in advance!

ByPass Root checker can't install and not passed Root check

Hi, so I installed successfully BypassRootCheckPro (but only as an app not as a module) and activated it in LSPosed.

Now, how to properly install it as a Magisk module?
⁃ Copying zip to a temp directory
Unzip error.

Cant install and start Rootbeer Fresh app, only flash one time and crashing .
How fix that

I'm no longer nervous about this phone, nothing works as it should, there was supposed to be hiden root after installing the module and nothing happened.

Video with errors.

Samsung Note 10 Plus .
Seal ROM v.7.0
Android 14
OUI 6.0

YouCut_20240621_180931854.mp4

Apps hangs after magisk alpha upgrade

After recent updates i've got hunging apps issue. When app somehow checks for root or sth like that simply hangs on launching icon. Issue appears only with BypassRootCheckPro module enabled -when deactivated everything works like a charm. :( Tested on my banking app (nestbank), tbchecker, cyberark identify,and polish citizenship app (mobywatel) - all simply hangs when trying to start.

Phone: oneplus 9 pro, soft: Crdroid 10.5, magisk alpha and lsposed with few modules - but only that one makes apps hangs.

Not working with games

I have a game which, even when activating the module, triggers a "LIAPP" alert and detects the file "system/bin/su" and does not let me enter. Any way to fix this?

Unable to install app

I'm unable to install apk from releases on Redmi 5 Android 8.1.0.
Error:

% adb install "BypassRootCheckPro-v1.0.apk"
Performing Streamed Install
adb: failed to install BypassRootCheckPro-v1.0.apk: Failure [INSTALL_FAILED_USER_RESTRICTED: Invalid apk]

Can you please check and help on this?

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.