C# Class Tiny.Metadata.Layout.OptionalHeader

Exibir arquivo Open project: scottwis/tiny Class Usage Examples

Public Methods

Method Description
GetAddress ( ) : byte*
Verify ( uint fileSize, PEHeader pPEHeader ) : bool

Private Methods

Method Description
GetDataDirectory ( int index ) : RVAAndSize*

Method Details

GetAddress() public abstract method

public abstract GetAddress ( ) : byte*
return byte*

Verify() public method

public Verify ( uint fileSize, PEHeader pPEHeader ) : bool
fileSize uint
pPEHeader PEHeader
return bool