C# 클래스 Microsoft.CodeAnalysis.BinaryParsers.PortableExecutable.PE

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/binskim 1 사용 예제들

공개 메소드들

메소드 설명
ComputeSha256Hash ( string fileName ) : string
Dispose ( ) : void
PE ( string fileName ) : System
RVA2VA ( SafePointer rva ) : SafePointer

비공개 메소드들

메소드 설명
RemoveUnprintableChars ( string s ) : string

Remove all characters <0x20

UpdateVersionInformation ( ) : void

메소드 상세

ComputeSha256Hash() 공개 정적인 메소드

public static ComputeSha256Hash ( string fileName ) : string
fileName string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PE() 공개 메소드

public PE ( string fileName ) : System
fileName string
리턴 System

RVA2VA() 공개 메소드

public RVA2VA ( SafePointer rva ) : SafePointer
rva SafePointer
리턴 SafePointer