The Bytecode Club

Full Version: Need Help in Making Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to mod this apk : -

Original:-

https://f62.workupload.com/download/haF3udUdKBa

Patched by me: -

https://f64.workupload.com/download/w4Y6hEGgyGc

login bypass successful modules activate sucessful but when this following code line executes

System.loadlibrary(native-lib)

the process crashes. Can anyone help me making this apk mod?

Android Version 6 to Android Version 12 supported by this apk.

Root Required or Run this on Vmos Pro

Some Samsung Devices Not Supported.

Thanks!
Haven't looked at the files but my guess is it's most likely going to require that native-lib to be reverse engineered as well. Good luck on this project!
(03-04-2023, 05:13 AM)Konloch Wrote: [ -> ]Haven't looked at the files but my guess is it's most likely going to require that native-lib to be reverse engineered as well. Good luck on this project!

If I disable app internet it will not crash then.
It is taking response from androidbeta.easyvictory.me
How can I check this response like http debugger pro
(03-06-2023, 03:32 AM)mqrefp Wrote: [ -> ]
(03-04-2023, 05:13 AM)Konloch Wrote: [ -> ]Haven't looked at the files but my guess is it's most likely going to require that native-lib to be reverse engineered as well. Good luck on this project!

If I disable app internet it will not crash then.
It is taking response from androidbeta.easyvictory.me
How can I check this response like http debugger pro

I would do this by using some type of Android VPN that can preform SSL-Strip and HTTP/s logging - https://httptoolkit.com/android/ came up after a quick google search, but I'm sure there are other open source projects that do the same thing
(03-06-2023, 04:25 AM)Konloch Wrote: [ -> ]
(03-06-2023, 03:32 AM)mqrefp Wrote: [ -> ]
(03-04-2023, 05:13 AM)Konloch Wrote: [ -> ]Haven't looked at the files but my guess is it's most likely going to require that native-lib to be reverse engineered as well. Good luck on this project!

If I disable app internet it will not crash then.
It is taking response from androidbeta.easyvictory.me
How can I check this response like http debugger pro

I would do this by using some type of Android VPN that can preform SSL-Strip and HTTP/s logging - https://httptoolkit.com/android/ came up after a quick google search, but I'm sure there are other open source projects that do the same thing

Thanks I will try it.
I tried charles proxy, http toolkit and http debugger pro all failed cuz this apk maybe using certificate pinning.
Always said certificate rejected by androidbeta.easyvictory.me