Projects

All tools are written in Rust, released under the Apache 2.0 license, and developed on Codeberg. They form a pipeline: stng extracts strings, cleave performs deep static analysis, and litmus makes threat assessments using ML models trained on cleave output.

  • cleave stable
    Deep static analysis engine. AST-aware decomposition of binaries and source code across 20+ languages, with automated reverse engineering via Radare2 and YARA-X signature matching.
  • stng stable
    Advanced string extraction for binary analysis. Isolates encoded strings, decodes XOR obfuscation, and classifies IOCs with language-aware extraction for Go and Rust binaries.
  • litmus beta
    ML-powered malware classifier. Trains custom XGBoost models on cleave output to assess threats tailored to your environment. Supports package diff for supply chain attack detection.
  • atomdrift planned
    Molecular drift detection. Tracks how code atoms shift across versions and dependencies.