Muhtaseem Al Mahmud

Results 18 comments of Muhtaseem Al Mahmud

Facing same issue :( , problem is mainly with invoke-polymorphic

Thanks sir😊

I am pretty confused

App's version : 2.0.0 rc 1 Android version : 10 ABI : arm64-v8a, armeabi-v7a Device manufacturer : Samsung Rom : Stock Original APK : use any apk which has armeabi-v7a...

https://github.com/giacomoferretti/odex-patcher/blob/main/app/src/main/java/me/hexile/odexpatcher/art/Art.kt Field : CPU_ABI It should not be like this as instruction set used by the app we are patching may be different. Example : some.apk -> libs/armeabi-v7a/* In this...

> Wait, you mean compiled ".so" libraries? Yes

Okay here is a dummy apk. System requirement : arm64 device [via-release_sign.apk.zip](https://github.com/giacomoferretti/odex-patcher/files/9421920/via-release_sign.apk.zip) Remove .zip extension and it will be installable

Now try patching the odex, you will see : Before : /data/app/mark.via.gp/oat/arm/*.oat|*.vdex After : /data/app/mark.via.gp/oat/ -> arm64/*.oat|*.vdex arm/*.oat|*.vdex Here the arm64 folder contains patched oat, while the app uses arm...

I would have sent a PR with fix for these issues but the project is in kotlin and i am a java person😄. I am not that good with kotlin,...