pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.06k stars 2.09k forks source link

Deobfuscation #6

Open anilatx opened 9 years ago

anilatx commented 9 years ago

Is the removal of deobfuscation temporary or permanent? Wiki page says it's outdated, in code it's commented out

pxb1988 commented 9 years ago

Proguard is a good obfuscation tool, but on the other way, it is also a good tool for rename names.

I am working on a new way to deobfuscation:

  1. generate a mapping.txt based on the obfuscated jar
  2. modify mapping.txt by manual analyze
  3. call proguard with the mapping.txt to rename names in jar