C# Class TUP.AsmResolver.NTHeader

Represents the header of a Portable Executeable file
Inheritance: IHeader
Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

Méthode Description
FromAssembly ( Win32Assembly assembly ) : NTHeader

Gets the Portable Executeable's NT header by specifing the assembly.

Private Methods

Méthode Description
NTHeader ( ) : System

Method Details

FromAssembly() public static méthode

Gets the Portable Executeable's NT header by specifing the assembly.
public static FromAssembly ( Win32Assembly assembly ) : NTHeader
assembly Win32Assembly The assembly to read the nt header
Résultat NTHeader