2 stable releases

1.1.0 Feb 22, 2024
1.0.0 Jan 25, 2024

#101 in Windows APIs

27 downloads per month

MIT license

11KB
218 lines

Dumpbin

crates.io documentation MIT License

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–32MB
~429K SLoC