C# Class PeNet.Structures.AbstractStructure

Abstract class for a Windows structure.
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Protected Properties

Property Type Description
Buff byte[]
Offset uint

Protected Methods

Method Description
AbstractStructure ( byte buff, uint offset )

Creates a new AbstractStructure which holds fields that all structures have in common.

Method Details

AbstractStructure() protected method

Creates a new AbstractStructure which holds fields that all structures have in common.
protected AbstractStructure ( byte buff, uint offset )
buff byte A PE file as a binary buffer.
offset uint The offset to the structure in the buffer.

Property Details

Buff protected_oe property

A PE file as a binary buffer.
protected byte[] Buff
return byte[]

Offset protected_oe property

The offset to the structure in the buffer.
protected uint Offset
return uint