Skip to content

Releases: ChickenHook/RestrictionBypass

Use maven publish instead of 'com.github.dcendents.android-maven'

21 Mar 04:01
Compare
Choose a tag to compare

This build shall fix latest jitpack publishing issues

Add maven publish

21 Mar 03:50
Compare
Choose a tag to compare

Adds maven publish dependency

Support Android 14

21 Mar 03:45
Compare
Choose a tag to compare

This release is intended to support Android 14 as well as fix latest compile issues while using the wrong build tools.

Migrate to API 33

28 Oct 01:15
b6b00da
Compare
Choose a tag to compare

This release changes buildtools and targetAPI to 33 and was tested against api 33 emulators in order to support restriction bypass there.

DlOpen bypass ALPHA

21 Jul 11:54
Compare
Choose a tag to compare

The native restriction bypass will be installed automatically via the Content Provider and will give you the power to load any system library.

No header or linked library is needed, just follow the example in the README.md

This bypass replaces the env->functions->FatalError function with instructions telling to jump to the original dlopen function. This let the VM think that this call is invoked from libart itself and not from you're library.

If you find any bugs please create an issue in this project and provide logs as well as an coding example!

Extended Reflection helper

02 May 12:08
Compare
Choose a tag to compare

Dynamic BypassProvider

02 May 11:49
Compare
Choose a tag to compare
  • Fixed installation of multiple apps containing the bypass provider
  • Added small reflection helpers

Content Provider API

02 May 02:57
0c9a92c
Compare
Choose a tag to compare
  • Use ContentProvider as API. This means we automatically unseal your app process. You don't have to write any line of code except of gradle script for update dependencies.

Build log: https://jitpack.io/com/github/ChickenHook/RestrictionBypass/2.0/build.log

First Major relese

01 May 23:04
Compare
Choose a tag to compare
  • Support API == 30
  • Support API < 30
  • Added reflection functions:
    => getDeclaredMethod()
    => getMethod()
    => getDeclaredField()

Build log: https://jitpack.io/com/github/ChickenHook/RestrictionBypass/1.0/build.log