Speakeasy malware emulation framework
Project description
Speakeasy
Speakeasy is a Windows malware emulation framework that executes binaries, drivers, and shellcode in a modeled Windows runtime instead of a full VM. It emulates APIs, process/thread behavior, filesystem, registry, and network activity so samples can keep moving through realistic execution paths. You can run it from the speakeasy CLI for fast triage or embed it as a Python library and consume structured JSON reports.
Background context: Mandiant's overview post.
Quick start
Install from PyPI:
python3 -m pip install speakeasy-emulator
Run a sample and inspect high-level report fields (replace sample.dll with your target):
speakeasy -t sample.dll --no-mp -o report.json 2>/dev/null
jq '{sha256, arch, filetype, entry_points: (.entry_points | length)}' report.json
{
"sha256": "30ec092d122a90441a2560f6778ef8233c98079cd34b7633f7bbc2874c8d7a45",
"arch": "x86",
"filetype": "dll",
"entry_points": 3
}
Executable proof for this snippet: doc/readme-quickstart-showboat.md.
Documentation map
Start here
CLI usage
- CLI reference
- CLI analysis recipes
- CLI environment overrides
- CLI execution controls
- CLI help snapshot (showboat)
Reports, configuration, and runtime behavior
Debugging and extension
- GDB debugging reference
- GDB sessions (showboat)
- Mounting host files with
--volume - Adding API handlers
- Examples directory
- Speakeasy 2 walkthrough outline
Questions and help
Start with doc/help.md.
If you still need help, open an issue at github.com/mandiant/speakeasy/issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file speakeasy_emulator_refined-2.0.0b1.tar.gz.
File metadata
- Download URL: speakeasy_emulator_refined-2.0.0b1.tar.gz
- Upload date:
- Size: 283.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f75a37a1abeb854ca795b7646b75e6d45f994574ca56d79db1e0404c961c54af
|
|
| MD5 |
d1d946636b46cfaab650af9fd215f636
|
|
| BLAKE2b-256 |
57d68728f3a638f19d2b5bec3af31f99fc5993b837147a94ff87c1c682b42ad9
|
File details
Details for the file speakeasy_emulator_refined-2.0.0b1-py3-none-any.whl.
File metadata
- Download URL: speakeasy_emulator_refined-2.0.0b1-py3-none-any.whl
- Upload date:
- Size: 343.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e03f1616fbef7ad93629ae9f1470c89c11cc955e4c5b6c797d61d4cc78d6add
|
|
| MD5 |
aaf4faaaf389529cd039056cf5339aaa
|
|
| BLAKE2b-256 |
d7ad375e3ab1b711f6efdeaaedeff749bb00217ca1f7a211bc0b88b731e24677
|