سؤال

I have obfuscated my android application using Proguard on Eclipse, now I have to verify whether it has properly obfuscated all classes, methods and members or not.

Can someone please provide me some input how to do this verification?

هل كانت مفيدة؟

المحلول

You can use the apktool to reverse engineer your application and check whether everything is obfuscated as expected.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top