Java decompilation & deobfuscation lab - dockerized toolset
-
Updated
Feb 17, 2025 - Shell
Java decompilation & deobfuscation lab - dockerized toolset
This script parses the clearly decompiled java files like C1234a pattern which are generated from JADX or http://www.javadecompilers.com/ and replace obfuscated class names with the /*compiled from : MyClass*/ pattern original name. So the code becomes more readable for static analysis.
Quick and dirty deobfuscator for JavaScript code processed with Javascript-obfuscator
Add a description, image, and links to the deobfuscator topic page so that developers can more easily learn about it.
To associate your repository with the deobfuscator topic, visit your repo's landing page and select "manage topics."