Android-App-Security / Android-Signature-And-Integrity-Check-Bypass

You can bypass various Android security system checks such as Signature Verification, Integrity Check, etc. with this repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Signature-And-Integrity-Check-Bypass

You can bypass various Android security system checks such as Signature Verification, Integrity Check, etc. with this repo.

About this.

This is a hook for bypassing checks such as signature and integrity.

inspired from ApkSignatureKiller

Tested on the latest android sdk also and it's working fine.

Call the hook in app

Add this line on attachBaseContext or onCreate method in the class.I prefer adding at attachBaseContext

invoke-static {p1}, Lriyadmondol2006/SignFix;->attachBaseContext(Landroid/content/Context;)V

Contact Me-riyadmondol2006@gmail.com

We Do not promote any kind of illegal use of this hook,This hook is made for apk security testing.

About

You can bypass various Android security system checks such as Signature Verification, Integrity Check, etc. with this repo.

License:Apache License 2.0


Languages

Language:Java 100.0%