Property | Type | Description | |
---|---|---|---|
Buff | byte[] | ||
Offset | uint |
Method | Description | |
---|---|---|
AbstractStructure ( byte buff, uint offset ) |
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. |