Jump to content

Question

15 answers to this question

Recommended Posts

  • 1
Posted
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
Posted
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
Posted
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
Posted
22 hours ago, AMIYA said:

just this description? no tutorials or what?

specify your case so i can make a tuto

  • 0
Posted
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)

Screenshot_2023-04-21-17-37-54-641_com.loadcomplete.slimeidle-edit.jpg

  • 0
Posted
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
Posted
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
Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.