Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deobfuscation #6

Open
anilatx opened this issue Apr 28, 2015 · 1 comment
Open

Deobfuscation #6

anilatx opened this issue Apr 28, 2015 · 1 comment

Comments

@anilatx
Copy link

anilatx commented Apr 28, 2015

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

@pxb1988
Copy link
Owner

pxb1988 commented Apr 29, 2015

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

netlovehf pushed a commit to netlovehf/dex2jar that referenced this issue Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants