You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Improve overlay AndroidManifest.xml parsing, support YAAP
This commit is contained in:
@@ -39,7 +39,7 @@ for APP in $(grep -v '^#' $LIST); do
|
|||||||
APK=$(readlink -f $APP);
|
APK=$(readlink -f $APP);
|
||||||
fi
|
fi
|
||||||
if [ -s "$APK" ]; then
|
if [ -s "$APK" ]; then
|
||||||
PKGNAME=$(unzip -p $APK AndroidManifest.xml | tr -d '\0' | grep -oE '[[:alnum:].-_]+\*http' | cut -d\* -f1)
|
PKGNAME=$(unzip -p $APK AndroidManifest.xml | tr -d '\0' | grep -oE 'android.*http' | sed -e 's/android//' -e 's/.application//' -e 's/*http//' | cut -c2-)
|
||||||
if [ "$PKGNAME" ] && grep -q "overlay package=\"$PKGNAME" $CFG; then
|
if [ "$PKGNAME" ] && grep -q "overlay package=\"$PKGNAME" $CFG; then
|
||||||
HIDECFG=$MODPATH$PREFIX$CFG
|
HIDECFG=$MODPATH$PREFIX$CFG
|
||||||
if [ ! -f "$HIDECFG" ]; then
|
if [ ! -f "$HIDECFG" ]; then
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
/system/app/EliteDevelopmentModule
|
/system/app/EliteDevelopmentModule
|
||||||
/system/app/XInjectModule
|
/system/app/XInjectModule
|
||||||
|
|
||||||
# helluvaOS / hentaiOS
|
# helluvaOS, hentaiOS
|
||||||
/system_ext/app/helluvaProductDevice*
|
/system_ext/app/helluvaProductDevice*
|
||||||
/system_ext/app/helluvaProductSecretStub
|
/system_ext/app/helluvaProductSecretStub
|
||||||
/system_ext/app/hentaiLewdbSVTDummy
|
/system_ext/app/hentaiLewdbSVTDummy
|
||||||
@@ -19,5 +19,5 @@
|
|||||||
# Evolution X
|
# Evolution X
|
||||||
/system_ext/app/PifPrebuilt
|
/system_ext/app/PifPrebuilt
|
||||||
|
|
||||||
# PixelOS
|
# PixelOS, YAAP
|
||||||
/system_ext/overlay/CertifiedPropsOverlay.apk
|
/system_ext/overlay/CertifiedPropsOverlay.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user