Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

pairipfix

This LSPosed module bypasses the "Get this app from Play" screen when installing Android apps as an APK instead of from the Google Play Store.

image

why does this happen?

This is a security measure made by Google called "pairipcore" based on the binary file it runs from libpairpcore.so. Basically, it’s used to prevent abuse during app runtime. It mainly does three things:

  • Validate app was installed from Google Play (this is what the module bypasses)
  • Validates app signature to prevent resigning/repackaging
  • Detects and blocks Frida hooks and debuggers such as GDB

how does it work?

Pairip works by attaching itself to the app resources that it cannot run without it, this is done through rewriting some of the app methods in encrypted? or obfuscated? VM code. each time a protected method is called a vm code file is loaded from the app storage and executed inside the pairip VM. preventing these calls would simply crash the app, due to missing resources.

alternative solutions

Currently the module dosent work on some apps, i have yet to fully understand why, if this module dosent work for you or app keeps crashing when using it, try this guide.

关于 About

pairipfix

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors