hojatsajadinia / AndRoPass

Android Root and Emulator Detection Bypass Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

made-with-python MIT License Python 3.12 Maintenance GitHub last commit Open Source Love svg3

AndRoPass

!! THIS TOOL IS FOR EDUCATIONAL PURPOSE !!

A tool that helps bypass Root and Emulator Detection in Android Application. AndRoPass repackage an APK file and bypass Root and Emulator Detection mechanism. The output Apk file is signed and zip alignined.

Requirements

  • Java Development Kit (JDK) > 8
  • Python > 3.10

Install and Run

Install AndRoPass like below:

  git clone git clone https://github.com/hojatsajadinia/AndRoPass.git
  pip install -r requirements.txt
  python AndRoPass.py -h

Example

Use AndRoPass like below:

  python AndRoPass.py -a [APK_FILE.apk]

Screenshots

App Screenshot2

App Screenshot

RootBeer Bypass

AndRoPass can fully bypass RootBeer detection mechanism like below: RootBeerBypass

Help

If AndRoPass is unable to bypass the root/emulator detection of your app, please create an issue in this repository.

License

MIT

About

Android Root and Emulator Detection Bypass Tool

License:MIT License


Languages

Language:Python 100.0%