Tutorial NEW Pairip Kill Tutorial ( tested on VPNIFY )

1 3 3 7

(JrPTT) Junior Tester
Original poster
MOD Tester
Jul 14, 2023
3,308
5,104
213
PALESTINE
## For removing integrity
Remove this call
Search:
(invoke-static \{p1\}, Lcom/pairip/SignatureCheck;->verifyIntegrity\(Landroid/content/Context;\)V)
Replace:
#$1

Delete theses two classes
1. Lcom/pairip/SignatureCheck;
2. Lcom/pairip/SignatureCheck$SignatureTamperedException;


## For removing license checks
#Note: If V3 License Not found then skip this.
Remove this call
Search:
(invoke-static \{p0\}, Lcom/pairip/licensecheck3/LicenseClientV3;->onActivityCreate\(Landroid/app/Activity;\)V)
Replace:
#$1

Delete all Classes of
com/pairip/licensecheck3/

## For CRC bypass
Patch libpairipcore.so
Or restore old CRC using Apkanalyzer

( I suggest use apkanalyzer its easy for restoring old CRC select original apk with original signature ' using Convert apks to apk without sign so the real signature doesn't changed ' )

Note: We can remove all classes from
com/pairip/ except VMRunner.

Credits Tutorial: (YT) Mr_1337
Special thanks: apk Editor pro official's , TDOhex

TESTED ON VPNIFY LATEST
TESTED ON EAST MOBILE SECURITY
 

Attachments

1 3 3 7

(JrPTT) Junior Tester
Original poster
MOD Tester
Jul 14, 2023
3,308
5,104
213
PALESTINE
What is CRC ? and how to Patch libpairipcore.so bro?
People use radare2 to patch lib but if you don't have knowledge about that you can use apkanalyzer with CRC METHOD
In this we copy Crc from Original application and paste into moded one to bypass the security of Pairip.
 

1 3 3 7

(JrPTT) Junior Tester
Original poster
MOD Tester
Jul 14, 2023
3,308
5,104
213
PALESTINE
okay but what do we need to patch?
do we need to find the function that does the check or what?
Nothing to find we use copy original dex CRC with apk analyzer and and apply it on our moded one to bypass Pairip. It will show to lib nothing was changed in dex.
 

1 3 3 7

(JrPTT) Junior Tester
Original poster
MOD Tester
Jul 14, 2023
3,308
5,104
213
PALESTINE
Ah yes, I don't see that 😅
And i was using the older version of apkanalyzer+

Well, now I've got the latest version and i see that option

Thanks 😃
No worries 1st try on recommend or easy apps to understand and learn then go for whatever you want good luck
 

k15bhahaha

Rookie
Sep 9, 2023
1
1
3
30
For CRC, using apkanalyzer+, I only did it with the base apk, no need to antisplit. Then sign+install with other split apk files, worked for me.
Thanks you @mr1337x
 
  • Like
Reactions: 1 3 3 7