Battelle/movfuscator
The single instruction C compiler observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3074
- days_rel: n/a
- days_push: 1489
- n_releases_24m: 0
Adoption not part of the score
1530 stars · 527 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The M/o/Vfuscator is a C compiler that compiles programs into x86 'mov' instructions only, performing all arithmetic, control flow, and function calls through mov operations. It is a research/novelty compiler built on the LCC frontend, targeting 32-bit x86.
Use cases
- compile C programs using only mov instructions
- obfuscate binaries so control flow is hidden
- study esoteric compiler techniques and transport-triggered computation
- generate mov-only assembly for reverse engineering exercises
- demonstrate Turing-complete computation with a single instruction
When to choose
- you want to obfuscate a small C program's control flow
- you're researching single-instruction or mov-only computation
- you need a novel demo for compiler or security talks
When to avoid
- you need a production compiler with performance or optimization
- you target 64-bit or non-x86 architectures
- you need standard toolchain features like full libc support
Facets
cli-tool · maturity maintenance
compiler compilers security developer-tools cpp c obfuscation mov-only x86 esoteric-compiler research compiler linux
1 source
- readme: https://github.com/Battelle/movfuscator · fetched 2026-08-28 · 145122c2449c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Battelle/movfuscator | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Battelle/movfuscator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem