★ wanayoo — archive 1999 https://github.com/ItzSomebody/StopDecompilingMyJavaNouvelle recherche | Portail wanayoo
Skip to content
Tricks against mainstream reverse-engineering tools for Java.
Branch: master
Clone or download
ItzSomebody Merge pull request #5 from leibnitz27/master
Add fix version to CFR for case 5
Latest commit 1bf6c02 Apr 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
decompiler-tool-bugs Add fix version to CFR for case 5 Apr 29, 2019
QuickLinks.md Oops Apr 17, 2019
README.md Includes decompiler inaccuracy score in in Entry-004 Oct 12, 2018

README.md

StopDecompilingMyJava

This is a repository intended to succeed samczun's repository by attempting to find bugs in various Java reverse-engineering tools and posting obfuscation techniques. Some differences between samczun's repository and this one for decompiler vulnerabilities are:

  • A different scoring system.
  • Vulnerabilities for multiple tools, not just the 5 decompilers samczun specifically targeted.

Scoring

Scoring for decompiler bugs/vulnerabilities is per-decompiler/tool and is split up into the following several categories:

  • Consistency - On a scale of 1 to 10, how frequently does this bug/vulnerability occur in various samples? 10 being always, 1 being now and then.
  • Practicality - On a scale of 1 to 10, how practical is this kind of bug/vulnerability to use/implement? 10 being easy to implement and use, 1 being extremely difficult to implement or use correctly.
  • Decompiler Inaccuracy - On a scale of 1 to 10, how inaccurately does a decompiler display the intent of the method? 10 being a completely wrong result, 1 being an unaffected result. (Crashing the decompiler counts as 5) This scoring is omitted for non-decompiler tools.
  • Total score - Total score is calculated by (Consistency score + Practicality score + Decompiler Inaccuracy score) / (Maximum score) rounded off to two decimals.

Entry format

# Entry name (Should be in the format Entry-XXX.md)
Put description of bug / vulnerability / obfuscation technique here.

## Decompiler / Tool name (Do this for each tool this targets)
Put description of how bug / vulnerability / obfuscation technique affects decompiler / tool.

#### Scoring
Consistency: Put consistency score here  
Practicality: Put practicality score here  
Decompiler Inaccuracy: Put decompiler inaccuracy here  
Total score: Put total score here  

#### Patch Date
Put patch date here in `YYYY-MM-DD` format. If non exists, put N/A.
You can’t perform that action at this time.