dumpbin

Crates.iodumpbin
lib.rsdumpbin
version1.1.0
sourcesrc
created_at2024-01-25 14:11:04.276471+00
updated_at2024-02-22 12:05:34.119989+00
descriptionSimplify using Dumpbin Windows tool
homepage
repositoryhttps://github.com/SecSamDev/dumpbin
max_upload_size
id1113873
size11,829
Samuel Garcés Marín (SecSamDev)

documentation

README

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

Commit count: 0

cargo fmt