Defeating Javascript Obfuscation

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • restringer

    A Javascript Deobfuscator

  • This blog post introduces REstringer - a Javascript deobfuscator.

  • match-iz

    A tiny pattern-matching library in the style of the TC39 proposal.

  • I've done a little myself with eslint-plugins and codemods and found it useful for avoiding repetition and ?.. There's a TC39 proposal that's in the works, but I got impatient and wrote a small lib that tries to provide the same functionality.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • sift-r

    Apportion objects / arrays into multiple buckets based on a predicate / pattern.

  • match-iz is the main pattern-matching library, and byPattern comes from a small complement to it, sift-r.

  • proposal-pattern-matching

    Pattern matching syntax for ECMAScript

  • Hope this isn't perceived too much like a plug for my actual library: I'd rather the proposal landed so I no longer need it. :) But maybe by plugging it a little I can help push along that process.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts