Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lorishui/45a47b329293e9e67bdde24cc5630941 to your computer and use it in GitHub Desktop.

Select an option

Save lorishui/45a47b329293e9e67bdde24cc5630941 to your computer and use it in GitHub Desktop.
readable JavaScript output checklist

Readable JavaScript Output Checklist

Tool: readable JavaScript output

A deobfuscated output is easier to review when it meets these conditions:

  • Encoded strings are readable.
  • Hex numbers are converted.
  • Braces and indentation expose control flow.
  • Output can be copied or downloaded as .js.
  • The transformation does not require executing the pasted code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment