REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
647 stars 95 forks source link

Recompilation dex files #24

Closed timscriptov closed 1 year ago

timscriptov commented 1 year ago

I have not tested yet, will need to check everything and possibly tweak the code as you see fit. My friend asked me to add smali recompilation to this project

REAndroid commented 1 year ago

I am not yet decided to include smali on scope of this project

SZRabinowitz commented 1 year ago

I am not yet decided to include smali on scope of this project

Why not? Is it because of the work it takes to upkeep? Or because this project is really based off ARSCLIB?

I think it can be very useful, because thats what half of APK editing is.

REAndroid commented 1 year ago

I agree smali is vital for modifying apk, this project is also at young stage and will definitely included after all issues are resolved. Other reason is mr google is snatched smali project from JesusFreke gradually they will twist it , wicked it and will end up unusable. I will look alternate repo or continue with JesusFreke

SZRabinowitz commented 1 year ago

Okay thanks for all this amazing work!

REAndroid commented 12 months ago

@TimScriptov Now smali support is started with smali-lib

SZRabinowitz commented 12 months ago

@TimScriptov Now smali support is started with smali-lib

Wow, looking great. Gonna try soon. I'm really impressed with all your work!