# OodleForge v37 "Safety First Edition" - Prototype**The Eternal Quartet Awakens**A fast-evolving open-source archive tool focused on **byte-perfect reconstruction** of modern compressed game data.### Current Status (June 2026)- **Version**: v37 Prototype (12 hours old)- **Status**: Actively under heavy development- **Goal**: Become the most reliable multi-compressor reconstruction tool (Oodle + Unity LZ4 + Zlib + Preflate)---### Features (The Eternal Quartet)- **OodleLZ** (Kraken, Leviathan, Mermaid, Selkie)- **Unity LZ4** pipeline (`-pipeline`)- **Zlib / Deflate** pipeline (`-zlib`)- **Preflate** (The Ancient Wyrm) - advanced Deflate token reconstruction (`-preflate`)- **AES-256-CBC** full roundtrip support (verified 100%)- **Per-block CRC32** + optional **SFV validation**- **Memory Beast** async writer (64MB ring buffer + background thread)- **High safety** design with early abort on corruption---### Quick Start# Scan first (recommended)oodleforge scan bigfile.dat -scan 5.0# Full Quartet poweroodleforge e input.bin output.oodle -quartet -auto# Reconstructoodleforge r archive.oodle restored.bin