peterparker57_cpp-builder-mcp-server
0
The C++ Builder MCP Server is designed to compile and analyze C++ DLLs. It facilitates custom DLL compilation using MSBuild and analyzes DLL exports with dumpbin, supporting customizable build settings and detailed output. It requires Visual Studio and relevant build tools.
C++ Builder MCP Server
An MCP server providing C++ DLL compilation and analysis capabilities.
Features
- C++ DLL compilation with MSBuild
- Custom export settings via .def files
- DLL export analysis using dumpbin
- Configurable build settings
- Platform and configuration targeting
- Detailed build output
Requirements
- Visual Studio 2022 Community Edition or higher
- Visual C++ build tools
- Windows SDK
Installation
- Clone the repository.
- Install dependencies.
- Build the project.
Tools
DLL Compilation
Compile a C++ DLL with specific export settings using MSBuild.
Export Analysis
Analyze exports from a compiled DLL using dumpbin.