SkidSuite
A collection of java reverse engineering tools and informational links
Install / Use
/learn @GenericException/SkidSuiteREADME
SkidSuite 3
SkidSuite 3 is a collection of useful tools pertaining to reverse engineering of Java applications.
Table of Contents
| Article Title | Description | |---|---| | Deobfuscation | Links to automatic deobfuscation tools. <br> Links to manual remapping tools. | | Decompilation | Links to decompilers. Translate bytecode to source-code. | | Editing | Links to bytecode editors. Used for manipulating already complied Java programs. | | Obfuscation | Links to obfuscators. Used to make code theft and reverse-engineering more difficult. | | Android | Links to tools/resources for android-focused reverse-engineering. | | Malware | Links to JVM malware information. | | Relevant articles | Links to varied articles/resources for Java reverse-engineering and general JVM topics. | | Skidsuite2 successors | Links to tools that serve the same purposes as tools I previously included in SkidSuite. |
Obfuscation Samples
A list of obfuscation samples from different obfuscators. You can evaluate the effectiveness of each sample on your own terms with your own tools of choice. All samples are based on a provided jar.
Obfuscation Techniques
A list of various obfuscation techniques is also available. These provide a brief summary of what the technique is and how it works.
Contributing
If you have an informative article or useful tool please open an issue with a link or pull request with the changes to the relevant markdown files.
