hugsy/cemu
Cheap EMUlator: lightweight multi-architecture assembly playground observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3762
- days_rel: n/a
- days_push: 750
- n_releases_24m: 0
Adoption not part of the score
1019 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CEmu is a lightweight assembly playground providing GUI, CLI, and library interfaces for writing, compiling, disassembling, and emulating assembly code across multiple architectures. It is built on Keystone (assembler), Capstone (disassembler), and Unicorn (emulator) with a Qt6-powered GUI.
Use cases
- test shellcode quickly across architectures
- learn assembly for x86, ARM, MIPS, or SPARC
- emulate assembly snippets without setting up cross-compilers
- disassemble and reassemble bytecode in a scratch environment
- prototype exploit payloads in a sandboxed emulator
- run assembly experiments from the CLI or as a Python library
When to choose
- you need a plug-n-play multi-architecture assembly IDE without toolchain setup
- you want to test small shellcode or binary samples quickly
- you are learning assembly and want immediate compile-emulate feedback
- you need programmatic assembly emulation via a Python library
When to avoid
- you need full-system emulation or OS-level execution
- you require PowerPC emulation (only assembly is supported for PPC)
- you need debugging features like breakpoints or hardware tracing
- you want a production-grade emulator for large binaries
Facets
application · maturity active
gui cli interpreter developer-tools developer-tools security education reverse-engineering windows python cli assembly emulation shellcode keystone capstone unicorn disassembly multi-architecture linux macos desktop
2 sources
- readme: https://github.com/hugsy/cemu · fetched 2026-08-28 · 9d7b9eca8da5
- registry_pypi: https://pypi.org/pypi/cemu/json · fetched 2026-08-29 · 5c54c2e2c00c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hugsy/cemu | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem