Git Product home page Git Product logo

restrictionbypass's Introduction

RestrictionBypass

Android API restriction bypass for all Android Versions

Description

** NEW VIDEO DESCRIPTION UPLOADED**

RestrictionBypass

Small library to access hidden API restricted by https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces

More technical details can be found: https://wordpress.com/stats/day/androidreverse.wordpress.com?tab=visitors

Supported Android Versions

Android API 19 - 33

Integration

Just include the maven repository

  1. In your root build.gradle:
allprojects {
        repositories {
            [..]
            jcenter()
            maven { url "https://jitpack.io" }
        }
   }
  1. In your library/build.gradle add:
   dependencies {
        implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
   }

Usage

Just include the library as explained in the Integration chapter. The BypassProvider will automatically unseal your process and allow you to access hidden api.

Troubleshooting

Please create a bug report if you find any issues. This chapter will be updated then.

Donate

If you're happy with my library please order me a cup of coffee ;) Thanks.

Donate with PayPal

or

bc1qvll2mp5ndwd4sgycu4ad2ken4clhjac7mdlcaj

Other Projects

Project Description
ChickenHook A linux / android / MacOS hooking framework
BinderHook Library intended to hook Binder interface and manipulate events
RestrictionBypass Android API restriction bypass for all Android Versions
AndroidManifestBypass Android API restriction bypass for all Android Versions
AndroidSystemServicePenetration A project where we document and list Exploits and Bugs of Android System services
..

restrictionbypass's People

Contributors

saroteck avatar

Forkers

vulcanraven91

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.