Bypass pairipcore sign check
Bypass pairipcore sign check
In this blog we will learn to bypass pairipcore sign check
Here is the demo app-
goto AndroidManifest.xml
android:name="com.pairip.application.Application"
and find this line under <application
Replace the com.pairip.application.Application with the application class then save it and uncheck the sign apk option and keep the app unsigned.
Open the killed apk in dex editor plus and search
invoke-static {}, Lcom/pairip/StartupLauncher;->launch()Vand remove the line...
Done killing pairipcore.
Tools used-
PS-This method olny work pairipcore before 13/6/2023 the new method need more work i will write a blog on it soon.
Comments