Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xposed-modules-repo/com.queallytech.omapi

OMAPI Bypass
https://github.com/xposed-modules-repo/com.queallytech.omapi

Last synced: about 12 hours ago
JSON representation

OMAPI Bypass

Awesome Lists containing this project

README

        

# OMAPI Bypass

![Main Downloads](https://img.shields.io/github/downloads/QueallyTech/OMAPI-Bypass/total?label=Main%20Repo%20Downloads) ![Xposed Downloads](https://img.shields.io/github/downloads/Xposed-Modules-Repo/com.queallytech.omapi/total?label=Xposed%20Repo%20Downloads)
**USE AT YOUR OWN RISK**
**Need Xposed**
Bypass ARA,ARF limit in `AccessControlEnforcer` and grant FullAccess.

**How it works**
It hooks `com.android.se.security.AccessControlEnforcer.readSecurityProfile`, disables `mUseArf` and `mUseAra`, and grants `mFullAccess`.
Note: You may need to kill `com.android.se` by running `su -c killall com.android.se` in adb shell to activate it.

Logcat TAG: `OMAPI-Bypass`
see: [AccessControlEnforcer.java](https://cs.android.com/android/platform/superproject/main/+/main:packages/apps/SecureElement/src/com/android/se/security/AccessControlEnforcer.java;l=129)