#How to patch the 3.3 on Android?

34 messages · Page 1 of 1 (latest)

forest lion
#

Hi,
I tried every thing I can do, but I still have some problems:

  1. How to patch the apk file ( I just found that the UA Patch on Windows)
  2. How to sign the new repackaged apk file ( The unsigned apk can’t pass the signature validation when installing )
glass gulch
#

Unpack apk using apktool, patch libil2cpp.so (inside lib/arm64-v8a/), reassemble using apktool too

#

Use Apk-mitm to sign patched apk

glass gulch
#

And use mitm on phone as proxy

forest lion
glass gulch
forest lion
forest lion
# glass gulch

Thanks.
I can search for a tutorial on how to patch, but the key is what to patch. As I understand it, the content of libil2cpp.so needs to be modified, but what to patch or what needs to be modified?

leaden snow
#

there is no need to patch il2cpp by hooking.

#

sImply replace dispatch key in binary would do the job.

#

there are already patched apk in resource channel.

#

if you want to know how to patch it,it requires reverse engineering.

true thistle
leaden snow
#

yukki ps provides patched apk,it has a xposed module,if you modify the module,replace yukki server url,it will work,that is how I were doing.

true thistle
#

So, i know what you talking about

leaden snow
#

I noticed that your team removed the dialog.

leaden snow
leaden snow
#

also,you can use mitmproxy but you will.still need to install certificate inside system,it requires root access.
I think.the best way is to use lsp patched apk.

true thistle
leaden snow
#

you will have to install them into system.

true thistle
#

And run mitmproxy normal, there is no problem

leaden snow
#

I am pretty sure.

#

maybe your game bypassed the certificate verification.

#

there is something called apk-mitm.
or you used some module.
I am pretty sure that above android 7,user installed certificate will not be trusted,you can google it.