Download

GuiltyAtomeis Compiler

GuiltyAtomeis

MIT License

スタックベースの4次元迷路VM上で動作する暗号化バイトコード言語にゃ!
7系統の環境検出、デコイループ、自己整合性検証、文字列プールのXOR隠蔽など、すべての要塞級セキュリティ機能がMITライセンスのもとで完全オープンソースとして無料公開されたにゃん!

  • 7-System Anti-Wrapper (ptrace, TracerPid, PEB directly, LD_PRELOAD, timing etc.)
  • Decoy Loop (drains 100% CPU on debugging detect)
  • Self-Integrity Verification & FNV-1a Signature
  • Encrypted String Pool (XOR Hide)
  • Dynamic Thue-Morse ISA Shuffle
  • ORAM (Oblivious RAM) & 4D Maze VM

Quick Start (MIT)

# Option 1: Pre-built binaries (download from buttons above)

tar -xzf Atomeis_Linux.tar.gz # Linux

Expand-Archive Atomeis_Win.zip -DestinationPath atomeis # Windows

# Option 2: Build from source

git clone https://github.com/LunaYoineko/GuiltyAtomeis.git

cd GuiltyAtomeis && nimble build

# Compile .atx source

./atmc source.atx output

# Example

echo 'reveal("hello from atomeis")' > hello.atx

./atmc hello.atx hello