codehasan / dex2c

🎇 AOT compiler to translate dalvikvm code into cpp code
Apache License 2.0
177 stars 41 forks source link

Question #42

Open rufusin opened 6 hours ago

rufusin commented 6 hours ago

Do you plan migrate from apktool to reandroid/apkeditor?

AbhiTheModder commented 6 hours ago

Currently, there isn’t a specific need or reason to make this change, as Apktool’s recent updates have significantly improved its speed. However, if a situation arises where such a migration becomes necessary, we’ll consider it. Meanwhile, if you specifically need to use REAndroid's APKEditor, you can check out @Kirlif’s modifications to this repository: https://github.com/Kirlif/d2c.

Thank you!