C++ Builder icon

C++ Builder

Enables building C++ DLLs with custom export settings and analyzing their exports.

About

This tool provides capabilities for compiling C++ DLLs using MSBuild, allowing developers to define custom export settings via .def files. It also offers functionality to analyze DLL exports using dumpbin, providing detailed information about exported functions, ordinals, and addresses. Target specific platforms, configurations and gain insights into DLL structure and dependencies, making it easier to manage and optimize C++ DLL projects.

Key Features

  • Platform and configuration targeting
  • C++ DLL compilation with MSBuild
  • Custom export settings via .def files
  • DLL export analysis using dumpbin
  • Configurable build settings
  • 0 GitHub stars

Use Cases

  • Compiling C++ DLLs with specific export requirements.
  • Analyzing the exported functions of a compiled DLL.
  • Automating the DLL build and analysis process.