| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| spd_dump.arm64 | 2026-02-15 | 107.6 kB | |
| Init source code.tar.gz | 2026-02-06 | 264.8 kB | |
| Init source code.zip | 2026-02-06 | 272.3 kB | |
| README.md | 2026-02-06 | 666 Bytes | |
| Totals: 4 Items | 645.4 kB | 0 | |
First release
Provides a working Mac OS X binary on Apple Silicon, built on Sequioa 15.6
Pre-built binary
Download the latest binary from the Releases page.
macOS Gatekeeper will quarantine unsigned binaries. Remove the quarantine attribute before running:
# Download and extract the release archive, then:
xattr -cr spd_dump # strip quarantine flag (recursively)
chmod +x spd_dump # ensure it is executable
./spd_dump --help
Note: xattr -cr removes all extended attributes from the file (including com.apple.quarantine). It is safe to run on single binaries.