Back to Home

JavaScript Deobfuscator

Deobfuscate and analyze JavaScript code to identify hidden patterns (OWASP A03 - Injection, A08 - Integrity Failures)

Deobfuscation Configuration

Input Code

Paste your obfuscated JavaScript and click "Deobfuscate" to analyze.

Sample Obfuscated Code

Click any sample to load it into the input:

eval(function(p,a,c,k,e,d){...})
var msg="\x48\x65\x6c\x6c\x6f";
var _0x=['log','Hello'];console[_0x[0]](_0x[1]);

Analysis Metrics

Lines Before

0

Lines After

0

Strings Decoded

0

Variables Renamed

0

Security Warnings

No analysis yet. Deobfuscate code to see security warnings.

Deobfuscated Output

// Output will appear here after deobfuscation...

About This Tool

This JavaScript deobfuscator uses intermediate-level techniques to make obfuscated code more readable:

Note: This tool never executes your code. All transformations are performed through static analysis.