2 stable releases
1.1.0 | Feb 22, 2024 |
---|---|
1.0.0 | Jan 25, 2024 |
#211 in Windows APIs
11KB
218 lines
Dumpbin
The Microsoft COFF Binary File Dumper (DUMPBIN.EXE) displays information about Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).
This library provides a wrapper around the executable (Must be in the system) to simplify the usage in compilation phases.
Usage
Use this tool inside your rust script to validate that the builded executables have the VCRuntime statically linked.
References
https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-reference https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-options
Dependencies
~3–30MB
~403K SLoC