Inheritance
AbstractTable
Assembly: PeNet.dll
public class AbstractTable : AbstractStructure
Constructors
|
Edit this page
View Source
Declaration
public AbstractTable(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Fields
|
Edit this page
View Source
Declaration
protected long CurrentOffset
Field Value
Properties
|
Edit this page
View Source
Declaration
protected HeapSizes HeapSizes { get; }
Property Value
|
Edit this page
View Source
Declaration
protected IndexSize IndexSizes { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
protected uint ReadSize(uint size)
Parameters
| Type |
Name |
Description |
| uint |
size |
|
Returns