#How to patch the 3.3 on Android?
34 messages · Page 1 of 1 (latest)
Unpack apk using apktool, patch libil2cpp.so (inside lib/arm64-v8a/), reassemble using apktool too
Use Apk-mitm to sign patched apk
libil2cpp.so = UserAssembly.dll
And use mitm on phone as proxy
Thank you very much for your help.
Did you mean that directly replace libil2cpp.so in apk with UserAssembly, or need to find patched libil2cpp.so resource? I'm so sorry about my poor Unity knowledge.
no, patch libil2cpp.so and replace original libil2cpp.so, UserAssembly.dll isn't for android
Sorry I have too many questions, how do I patch the libil2cpp.so file?
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?
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.
3.3 android patched apk
https://1drv.ms/u/s!AsiyZTG2uD7hghWaTfSW0PTQD6MQ?e=WE9MqJ
if you want to know how to patch it,it requires reverse engineering.
But still, you need Mitmproxy or other proxy to connect Private Server.
use lspatched apk.
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.
The fact, im the team YuukiPS. And also contribution with add feature in Github (Launcher-Android)

So, i know what you talking about
Oh yeah, if that guy who make post stuck at patch. Just use mod Genshin that already patched libil2cpp.so
https://file2.yuuki.me/d/Public/Local_EU/Project/GenshinImpact/Data/Android/3.3.0/Global/YuukiPS_V2.apk
I noticed that your team removed the dialog.
I tried my old module,it has a dialog,but it failed,I am not sure,but if I were not wrong,it detects dialog now?it's sick.
in android,there is something called virtual hosts,
it creates a vpn channel,and implements a hosts system,we will be able to redirect ip address of some domain,but can do.nothing on the port.
and yeah,still,client will still have ssl verifycation issue.
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.
You can use mitmproxy in No Root phone, just install .pem/.cer in your Android phone without access to system/root folder
above android 7,app will not trust user installed certificate.
you will have to install them into system.
You sure? I try in no root phone Android 12/13, still can install certificate
And run mitmproxy normal, there is no problem