Basically, I am currently looking into designing a platform to implement all sorts of obfuscation algorithms on the dex format level.
I do see the power of androGuard, but I am not sure, if I open an apk file and manipulate the dex format file using the obfuscation algorithms, is there
a way to repackaging it back to some runnable apk as well? If so, which python scripts in the androGuard could support to fullfil similar task?
Thanks a lot!