Cpp Builder icon

Cpp Builder

Enables compilation and export analysis of C++ DLLs using Visual Studio build tools.

概要

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.

主な機能

  • 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

ユースケース

  • Analyzing DLL exports to understand function exposure.
  • Automating the build process for C++ libraries.
  • Compiling C++ DLLs with specific export configurations.
Craft Better Prompts with AnyPrompt
Sponsored
Cpp Builder: Compile & Analyze C++ DLLs with MSBuild