1 XEKEX Posted April 20, 2023 Posted April 20, 2023 On 4/19/2023 at 1:38 AM, AMIYA said: How to bypass that or remove ? you mean requests tamper or inner code tamper ?
0 THETWINSOFFICIAL Posted April 20, 2023 Author Posted April 20, 2023 1 hour ago, XEKEX said: you mean requests tamper or inner code tamper ? Remove or bypass anti-tamper from apk
0 XEKEX Posted April 22, 2023 Posted April 22, 2023 On 4/20/2023 at 3:59 PM, AMIYA said: Remove or bypass anti-tamper from apk Requests anti-tamper (ssl) : you can use frida to bypass ssl pinning and patch the apk this will make you see the requests contents and tamper them ( server side hacking ) . inner code anti-tamper ( anti-cheat ) : for il2cpp games you can search the dump file for the class which responsible for data compairing etc and disable it ( or arm patching it ) this will bypass the game anticheat, for non unity games : you can use ida to dissamble the lib from there you can do the same steps with il2cpp ( when it comes to arm patching using frida or similar debugger is recomanded ). another aproach is to use jadx & frida to hook the java (JM)
0 THETWINSOFFICIAL Posted April 22, 2023 Author Posted April 22, 2023 39 minutes ago, XEKEX said: Requests anti-tamper (ssl) : you can use frida to bypass ssl pinning and patch the apk this will make you see the requests contents and tamper them ( server side hacking ) . inner code anti-tamper ( anti-cheat ) : for il2cpp games you can search the dump file for the class which responsible for data compairing etc and disable it ( or arm patching it ) this will bypass the game anticheat, for non unity games : you can use ida to dissamble the lib from there you can do the same steps with il2cpp ( when it comes to arm patching using frida or similar debugger is recomanded ). another aproach is to use jadx & frida to hook the java (JM) just this description? no tutorials or what?
0 XEKEX Posted April 23, 2023 Posted April 23, 2023 22 hours ago, AMIYA said: just this description? no tutorials or what? specify your case so i can make a tuto
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 2 minutes ago, XEKEX said: specify your case so i can make a tuto Example I edit classdex and after recompiler and open a game i get security because tamper ( Cant modified classdex because protected by tamper)
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 Just now, XEKEX said: did you sign the apk ? For signature is safe
0 XEKEX Posted April 23, 2023 Posted April 23, 2023 1 minute ago, AMIYA said: For signature is safe I guess you need to re-sign the apk
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 3 minutes ago, XEKEX said: did you sign the apk ? even when I add the lib file in the root directory (without compiling apk) i got protected tamper Just now, XEKEX said: I guess you need to re-sign the apk Sign or unsign that useles
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 4 minutes ago, XEKEX said: I guess you need to re-sign the apk https://platinmods.com/threads/basic-anti-tamper-for-android-applications.179202/ This anti-tamper for mod menu But i dont know how use that
0 XEKEX Posted April 23, 2023 Posted April 23, 2023 5 minutes ago, AMIYA said: even when I add the lib file in the root directory (without compiling apk) i got protected tamper Sign or unsign that useles The Android system requires that all installed applications be digitally signed with a certificate whose private key is held by the application's developer. The Android system uses the certificate as a means of identifying the author of an application and establishing trust relationships between applications.
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 1 minute ago, XEKEX said: The Android system requires that all installed applications be digitally signed with a certificate whose private key is held by the application's developer. The Android system uses the certificate as a means of identifying the author of an application and establishing trust relationships between applications. Can you try for test ? Example game : slayer legends
0 XEKEX Posted April 23, 2023 Posted April 23, 2023 (edited) PM me the modified apk or follow this tuto on youtube. Edited April 23, 2023 by XEKEX
0 THETWINSOFFICIAL Posted April 23, 2023 Author Posted April 23, 2023 10 minutes ago, XEKEX said: PM me the modified apk You have telegram ?
Question
THETWINSOFFICIAL
How to bypass that or remove ?
15 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now