RestrictionBypass
Android API restriction bypass for all Android Versions
Install / Use
/learn @ChickenHook/RestrictionBypassREADME
RestrictionBypass
Android API restriction bypass for all Android Versions
Description
** NEW VIDEO DESCRIPTION UPLOADED**
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://androidreverse.org/2023/02/21/android-api-restriction-bypass-for-all-android-versions/
Supported Android Versions
Android API 19 - 33
Integration
Just include the maven repository
- In your root build.gradle:
allprojects {
repositories {
[..]
jcenter()
maven { url "https://jitpack.io" }
}
}
- 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.
R8 / Proguard
The specific rules are already bundled into the aar which can be interpreted by R8 automatically.
Donate
If you're happy with my library please order me a cup of coffee ;) Thanks.
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 | | .. | |
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。


