Download
GuiltyAtomeis Compiler
GuiltyAtomeis
現在は無料公開中・将来有料化予定
スタックベースの4次元迷路VM上で動作する暗号化バイトコード言語にゃ!
7系統の環境検出、デコイループ、自己整合性検証、文字列プールのXOR隠蔽など、すべての要塞級セキュリティ機能が統合されているにゃん!
現在は無料で公開中ですが、将来的には1万円分のBitcoinにて有料販売へ移行予定です。
- 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
# Pre-built binaries (download from buttons above)
tar -xzf Atomeis_Linux.tar.gz # Linux
Expand-Archive Atomeis_Win.zip -DestinationPath atomeis # Windows
# Compile .atx source
./atmc source.atx output
# Example
echo 'reveal("hello from atomeis")' > hello.atx
./atmc hello.atx hello