js-deobfuscator 2.0.0

Universal JavaScript deobfuscator built on OXC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Layer 5: Semantic transforms.
//!
//! Two-pass modules that use scope analysis to propagate, inline, and eliminate.
//! Each is a Module implementation. Depends on scope/, fold/, ast/.

pub mod constant;
pub mod alias;
pub mod proxy;
pub mod object;
pub mod dead;
pub mod member;
pub mod global;