Need Help in Making Mod - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Need Help in Making Mod (/showthread.php?tid=46012) |
Need Help in Making Mod - mqrefp - 03-03-2023 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! RE: Need Help in Making Mod - Konloch - 03-04-2023 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! RE: Need Help in Making Mod - mqrefp - 03-06-2023 (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 RE: Need Help in Making Mod - Konloch - 03-06-2023 (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! 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 RE: Need Help in Making Mod - mqrefp - 03-06-2023 (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! Thanks I will try it. RE: Need Help in Making Mod - mqrefp - 03-06-2023 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 |