C# Class PeVerifyRunner, Patchwork

A helper class used to execute and provide PEVerify-related services.
Afficher le fichier Open project: GregRos/Patchwork Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RunPeVerify ( AssemblyDefinition targetAssembly, PEVerifyInput input ) : PEVerifyOutput,

Executes the bundled PEVerify executable on the specified assembly by first serializing it to file. PEVerify is an unmanaged, Windows-only application.

Method Details

RunPeVerify() public static méthode

Executes the bundled PEVerify executable on the specified assembly by first serializing it to file. PEVerify is an unmanaged, Windows-only application.
public static RunPeVerify ( AssemblyDefinition targetAssembly, PEVerifyInput input ) : PEVerifyOutput,
targetAssembly AssemblyDefinition The assembly on which to run PEVerify.
input PEVerifyInput The arguments with which to run PEVerify and process its output.
Résultat PEVerifyOutput,