Android API restriction bypass for all Android Versions
No Data
Android API restriction bypass for all Android Versions
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
Android API 19 - 30
Just include the maven repository
1) In your root build.gradle:
groovy allprojects { repositories { [..] jcenter() maven { url "https://jitpack.io" } } }2) In your library/build.gradle add:
groovy dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' }
Just include the library as explained in the Integration chapter. The BypassProvider will automatically unseal your process and allow you to access hidden api.
Please create a bug report if you find any issues. This chapter will be updated then.
If you're happy with my library please order me a cup of coffee ;) Thanks.
or
bc1qvll2mp5ndwd4sgycu4ad2ken4clhjac7mdlcaj
| 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 | | .. | |