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.
Características Principales
01DLL export analysis using dumpbin.
02C++ DLL compilation with MSBuild.
03Configurable build settings.
04Custom export settings via .def files.
05Platform and configuration targeting.
060 GitHub stars
Casos de Uso
01Analyzing DLL exports to understand function exposure.
02Automating the build process for C++ libraries.
03Compiling C++ DLLs with specific export configurations.