I'm trying to find dead code in .apk file for some analysis. For this, I'm using dex2jar on classes.dex file and then trying to use Proguard to detect dead code. But Proguard fails to run giving error that it can't find some dynamically referenced classes. Also, it gives a bunch of Warnings saying the referenced class not found. Need help on how to resolve this. Also, can I find dead code using Proguard this way ? If not, what others options should I explore ?
Asked
Active
Viewed 800 times