Skip to content
@devirt-dev

devirt-dev

devirt

JavaScript deobfuscation, built as a compiler.

devirt turns obfuscated JavaScript back into readable, behavior-equivalent source — no per-sample rules, just general, semantics-preserving transforms run to a fixpoint and verified against the original's observable behavior.

Projects

  • devirt-core — the open-source deobfuscation engine and deob CLI, written in Rust. Dual licensed MIT / Apache-2.0.
  • devirt.dev — the hosted product.
  • devirt-corpus — an obfuscated-JavaScript benchmark dataset with live readability scores.

How it works

The engine parses with oxc, runs a fixpoint of AST rewrites — normalization, dataflow (constant folding, inlining, dead-code elimination), control-flow recovery over an SSA IR, and sandboxed string-decoder evaluation — and prints readable JavaScript whose behavior is verified to match the input.

Pinned Loading

  1. devirt-core devirt-core Public

    A generic, sample-agnostic JavaScript deobfuscator built as a compiler.

    Rust

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…