Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 568 Bytes

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.