Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/com.queallytech.omapi
- Owner: Xposed-Modules-Repo
- License: agpl-3.0
- Created: 2023-12-01T17:13:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T15:00:01.000Z (5 months ago)
- Last Synced: 2024-06-15T16:55:15.153Z (5 months ago)
- Homepage: https://github.com/QueallyTech/OMAPI-Bypass
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)