js-deobfuscator 2.0.0

Universal JavaScript deobfuscator built on OXC
Documentation
1
2
3
4
5
6
7
8
9
10
//! Layer 7: Orchestration — Module trait, convergence loop, public API.
//!
//! module.rs and error.rs are leaf types with no upward dependencies.
//! Lower layers (fold/, transform/, etc.) import them freely.

pub mod error;
pub mod module;
pub mod config;
pub mod pipeline;
pub mod api;