I have a task from my lecturer to do some reverse engineering. After doing some tutorials, I can reverse engineer basic APK file (with no proguard/dexguard).
My task is finished, but I'm getting curious now. I tried to search this on Google but nothing good/useful was found.
Is it possible to reverse engineering an APK with proguard and how to do it?
Edit (dont know why people are voting to close this question, so this is what i've done so far) :
I can reverse engineered a proguarded apk, but the variables are changed (which made my head hurts) :
TextView I;
EditText J;
EditText K;
EditText L;
CheckBox M;
Can someone help me so i can perfectly reverse engineered it?