/flaster

A web interface for exploring and transforming JS code structures

Primary LanguageJavaScriptMIT LicenseMIT

flASTer

A web interface for exploring JS code structures using flAST

Helpful in investigating code structures when obfuscating and deobfuscating JS.

Under development

Feel free to open feature requests on the Issues page

Features

  • Easily see which nodes are caught by the filter and find them in the code.
  • Combine several filters into a single rule.
  • Enjoy the VS-Code editor in your browser to help make changes to the code being investigated.