Module executable

Module executable 

Source
Expand description

This crate contains the data structures used to hold the results of a dependency scan

Structsยง

Executable
Information about a DLL that was mentioned as a target for the search If the file was actually found, additional info is available. Otherwise, it represents a missing/broken dependency.
ExecutableDetails
Metadata for a found executable file
ExecutableSymbols
Symbols information for a found executable file
Executables
Collection of Executable objects, result of a DLL search
ExecutablesCheckReport