C# Class PERWAPI.FileRef

Inheritance: MetaDataElement
Mostrar archivo Open project: xored/f4

Protected Properties

Property Type Description
HasMetaData uint
HasNoMetaData uint
entryPoint bool
flags uint
hashBytes byte[]
name string
nameIx uint

Public Methods

Method Description
GetHash ( ) : byte[]
Name ( ) : string

Private Methods

Method Description
BuildTables ( MetaDataOut md ) : void
FileRef ( PEReader buff ) : System
FileRef ( string name, byte hashBytes ) : System
GetCodedIx ( CIx code ) : uint
Read ( PEReader buff, TableRow files ) : void
Size ( MetaData md ) : uint
Write ( PEWriter output ) : void

Method Details

GetHash() public method

public GetHash ( ) : byte[]
return byte[]

Name() public method

public Name ( ) : string
return string

Property Details

HasMetaData protected_oe static_oe property

protected static uint HasMetaData
return uint

HasNoMetaData protected_oe static_oe property

protected static uint HasNoMetaData
return uint

entryPoint protected_oe property

protected bool entryPoint
return bool

flags protected_oe property

protected uint flags
return uint

hashBytes protected_oe property

protected byte[] hashBytes
return byte[]

name protected_oe property

protected string name
return string

nameIx protected_oe property

protected uint nameIx
return uint