js-deobfuscator 2.0.0

Universal JavaScript deobfuscator built on OXC
Documentation
1
2
3
4
5
6
7
8
9
//! Layer 1: OXC AST helpers.
//!
//! Reads from and writes to the arena. Zero-copy extraction where possible.
//! Depends on: value (JsValue), OXC (allocator, ast, span).

pub mod extract;
pub mod create;
pub mod query;
pub mod codegen;