drozer
drozer copied to clipboard
Automated backdooring of APKs
I would think the ability to take an existing APK and backdoor it with weasel would be quite useful. It would not be hard to setup if you use apktool ether.
Agreed. However, we would probably include agent.jar in the application instead of weasel and then add code to the main activity onStart() method. In this method agent.jar can be loaded using DexClassLoader.
Good idea :) Any takers?