C# 클래스 PeVerifyRunner, Patchwork

A helper class used to execute and provide PEVerify-related services.
파일 보기 프로젝트 열기: GregRos/Patchwork 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

RunPeVerify() 공개 정적인 메소드

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.
리턴 PEVerifyOutput,