saileaxh

saileaxh / cpueaxh

Public

Lightweight, dependency-free x86-64 CPU emulation library with Unicorn-like guest mode and direct host-memory execution.

17
5
100% credibility
Found Mar 17, 2026 at 17 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
C++
AI Summary

Cpueaxh is a lightweight emulator that runs x86-64 code in a simulated environment or directly against real process memory for safe analysis and testing.

How It Works

1
🔍 Discover Cpueaxh

You hear about a handy tool for safely running and watching computer code behave, perfect for testing without risks.

2
📥 Get the tool

Download the files and set it up quickly on your Windows computer using familiar building tools.

3
🧩 Build your pretend computer

Create a virtual brain that mimics real computer thinking, ready to run code step by step.

4
Pick your playground style
🛡️
Safe sandbox

Run code in a protected bubble to watch without touching anything real.

🔍
Real memory view

Observe and tweak code as if it's running in your own program.

5
📄 Load your code

Place the snippet of code you want to test into the virtual brain.

6
▶️ Watch it run

Hit play and see every step, with hooks to pause and inspect changes.

Perfect insights

You get clear traces, results, or fixes, all safely and precisely.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 17 to 17 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is cpueaxh?

Cpueaxh is a lightweight, dependency-free C++ library for x86-64 CPU emulation. It provides Unicorn-like guest mode for running code in isolated, user-managed memory and host-memory mode for direct execution against your process's real address space with optional patches. Developers get a pure C ABI to emulate common instructions like integer ops, SSE/SSE2/AVX, plus hooks and escapes to native code.

Why is it gaining traction?

Its zero-dependency design and dual modes stand out—no bloat, just embeddable emulation for guest sandboxing or host tracing without virtualization overhead. The familiar API, memory hooks, and host-call bridges make it a lightweight github alternative to Unicorn for precise control, appealing to those ditching heavier tools for targeted x86 analysis.

Who should use this?

Reverse engineers tracing Windows binaries, kernel devs prototyping drivers, or malware analysts instrumenting samples. Suited for security tools needing fast x86-64 execution with patches, not full VMs.

Verdict

Solid prototype pick for lightweight CPU emulation if Unicorn's deps irk you, but 17 stars and 1.0% credibility signal early maturity—active dev promises growth, test your payloads first. (187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.