> cat /dev/github | grep security-tools
discovered 05 Aug 2026

Cryogenic

C# ★ 57 via github-topic
→ View on GitHub
Cryogenic is a C# re-implementation of the Dune CD game's DOS executable, designed to replace x86 assembly routines with .NET methods while running in the Spice86 emulator. Its primary use case is to enhance gameplay by enabling ongoing updates and modifications through hybrid ASM/.NET execution. Notable features include the ability to incrementally override functions in the original binary without disrupting the game, full compatibility with sound and music, and a structured approach for managing memory segments and function overrides.