The Wayback Machine - https://web.archive.org/web/20230331034718/http://github.com/GenericException/SkidSuite/
Skip to content

GenericException/SkidSuite

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
obf
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.
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.
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.

About

A collection of java reverse engineering tools and informational links

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages