Enables building C++ DLLs with custom export settings and analyzing their exports.
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
01Platform and configuration targeting
02C++ DLL compilation with MSBuild
03Custom export settings via .def files
04DLL export analysis using dumpbin
05Configurable build settings
060 GitHub stars
Use Cases
01Compiling C++ DLLs with specific export requirements.
02Analyzing the exported functions of a compiled DLL.