Cpp Builder
CreatedMCP-Mirror
Enables compilation and export analysis of C++ DLLs using Visual Studio build tools.
About
Cpp Builder provides a server to compile C++ DLLs with specific export settings and analyze DLL exports. It uses Visual Studio's MSBuild for compilation, allowing for configurable build settings, platform targeting, and detailed build output. The server also utilizes dumpbin for export analysis, providing a comprehensive view of exported functions, ordinals, and forwarding information.
Key Features
- DLL export analysis using dumpbin.
- C++ DLL compilation with MSBuild.
- Configurable build settings.
- Custom export settings via .def files.
- Platform and configuration targeting.
- 0 GitHub stars
Use Cases
- Analyzing DLL exports to understand function exposure.
- Automating the build process for C++ libraries.
- Compiling C++ DLLs with specific export configurations.