C# Class Microsoft.CodeAnalysis.BinaryParsers.PortableExecutable.PE

Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/binskim Class Usage Examples

Méthodes publiques

Méthode Description
ComputeSha256Hash ( string fileName ) : string
Dispose ( ) : void
PE ( string fileName ) : System
RVA2VA ( SafePointer rva ) : SafePointer

Private Methods

Méthode Description
RemoveUnprintableChars ( string s ) : string

Remove all characters <0x20

UpdateVersionInformation ( ) : void

Method Details

ComputeSha256Hash() public static méthode

public static ComputeSha256Hash ( string fileName ) : string
fileName string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PE() public méthode

public PE ( string fileName ) : System
fileName string
Résultat System

RVA2VA() public méthode

public RVA2VA ( SafePointer rva ) : SafePointer
rva SafePointer
Résultat SafePointer