DEV Community

Cover image for 🔥Try This Free JS Deobfuscator – Feedback Welcome!
Akso
Akso

Posted on

🔥Try This Free JS Deobfuscator – Feedback Welcome!

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

đź”— Try it now

Thanks for giving it a shot!

Top comments (0)