Hey devs! 👋
I recently built JSDeobfuscator — a free online tool that helps you deobfuscate and analyze JavaScript code.
🧪 What it does:
•📜 Converts obfuscated or minified JS into more readable code.
•🔍 Supports common patterns like:
•eval() chains
•base64 + charCode transforms
•nested proxies & misleading variable names
•⚡ Fast, free, and no account needed.
⸻
💬 Why I built it:
Most free deobfuscators break on real-world scripts. This tool aims to handle more realistic use cases and weird obfuscation patterns. It’s still under development, so I’d love your feedback!
⸻
🧠 You can help by:
•Trying it out on tough code samples
•Reporting where it breaks
•Suggesting features or UI tweaks
Thanks for giving it a shot!
Top comments (0)