8000 GitHub - SafaSafari/bypass_libpairipcore: with this repo you can bypass libpairipcore tamper and signature protection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SafaSafari/bypass_libpairipcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

How to Bypass libpairipcore in Android Apps

Prerequisites

If your APK is in split format, first merge it using APKEditor.

Step-by-Step Guide

1. Find the pairip reference

  • Decompile your APK file
  • Open the AndroidManifest.xml file
  • Search for the keyword pairip
  • Look for a line containing com.pairip.application.Application
  • If you don't find this reference, this tutorial won't apply to your app

pairip

2. Locate the application class file

  • Search for files containing com/pairip/application/Application in the smali(s) folder
  • Once found, open the file

pairip smali

3. Extract and replace the class path

  • From the smali file, copy the class path that appears after the capital L and before the semicolon
  • Replace slashes (/) with dots (.) in this path
  • In AndroidManifest.xml, replace com.pairip.application.Application with this modified path

patch manifest

4. Build and patch the APK

  • Build your modified project using apktool
  • Run the crc32_patcher.py script with two arguments:
    • First argument: Your patched and built APK file
    • Second argument: The original APK file

crc32 patch

5. Done!

Your patched APK should now bypass the libpairipcore security component.

About

with this repo you can bypass libpairipcore tamper and signature protection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0