Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retarded-skid/skidsuite-3
A collection of java reverse engineering tools and informational links
https://github.com/retarded-skid/skidsuite-3
deobfuscation java obfuscation reverse-engineering static-analysis
Last synced: about 11 hours ago
JSON representation
A collection of java reverse engineering tools and informational links
- Host: GitHub
- URL: https://github.com/retarded-skid/skidsuite-3
- Owner: GenericException
- Created: 2018-07-19T02:46:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T15:59:19.000Z (over 1 year ago)
- Last Synced: 2024-07-29T20:08:09.674Z (7 months ago)
- Topics: deobfuscation, java, obfuscation, reverse-engineering, static-analysis
- Language: Java
- Size: 19.4 MB
- Stars: 306
- Watchers: 7
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **32**星
README
# SkidSuite 3
SkidSuite 3 is a collection of useful tools pertaining to reverse engineering of Java applications.
***
## Table of Contents
| Article Title | Description |
|---|---|
| [Deobfuscation](deobfuscation.md) | Links to automatic deobfuscation tools.
Links to manual remapping tools. |
| [Decompilation](decompilation.md) | Links to decompilers. Translate bytecode to source-code. |
| [Editing](editing.md) | Links to bytecode editors. Used for manipulating already complied Java programs. |
| [Obfuscation](obfuscation.md) | Links to obfuscators. Used to make code theft and reverse-engineering more difficult. |
| [Android](android.md) | Links to tools/resources for android-focused reverse-engineering. |
| [Malware](malware.md) | Links to JVM malware information. |
| [Relevant articles](relevant.md) | Links to varied articles/resources for Java reverse-engineering and general JVM topics. |
| [Skidsuite2 successors](successors.md) | Links to tools that serve the same purposes as tools I previously included in SkidSuite. |## Obfuscation Samples
A [list of obfuscation samples](obf/README.md) 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](obf/obf-sample-test.jar).
## Obfuscation Techniques
A [list of various obfuscation techniques](obf-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.