Method | Description | |
---|---|---|
IMAGE_DOS_HEADER ( Array buff, uint offset ) : PeNet.Utilities |
Create a new IMAGE_DOS_HEADER object.
|
public IMAGE_DOS_HEADER ( Array buff, uint offset ) : PeNet.Utilities | ||
buff | Array | Byte buffer containing a PE file. |
offset | uint | Offset in the buffer to the DOS header. |
return | PeNet.Utilities |