Releases: HeathHowren/pe-mcp
Releases · HeathHowren/pe-mcp
Release list
v1.0.0
An x64 and an x86 zip, each with pe-mcp.exe. Either one reads
both PE32 and PE32+ files; the x64 build is the one to use unless
you are on 32-bit Windows.
Register it with Claude Code:
claude mcp add pe-mcp -- C:\path\to\pe-mcp.exe
The binaries are unsigned. pe-mcp only reads files; it never
opens a process, and it writes nothing. Build from source if you
would rather not take a binary on trust.
See CHANGELOG.md for what is new and THIRD_PARTY_NOTICES.md for
licensing (pe-mcp is MIT; it statically links Zydis and Zycore,
both MIT, and includes nlohmann/json and sigscan, both MIT).