Cryptography

Published on June 7th, 2016 📆 | 4123 Views ⚑

0

movfuscator – Compile Into ONLY mov Instructions


Convert Text to Speech
The M/o/Vfuscator (short ‘o’, sounds like “mobfuscator”) helps programs compile into only mov instructions, and nothing else – no cheating. Arithmetic, comparisons, jumps, function calls, and everything else a program needs are all performed through mov operations; there is no self-modifying code, no transport-triggered calculation, and no other form of non-mov cheating.

The compiler currently targets the C programming language and x86 processor architecture, but is easily adaptable to other languages and architectures.

Usage

The inspiration for the compiler is the paper “mov is Turing-complete“, by Stephen Dolan.

You can download M/o/Vfuscator2 here:





movfuscator-master.zip

Or read more here.



Comments are closed.