Property | Type | Description | |
---|---|---|---|
DirectoryEntries | PeNet.Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY[] |
Method | Description | |
---|---|---|
IMAGE_RESOURCE_DIRECTORY ( byte buff, uint offset, uint resourceDirOffset ) : System |
Create a new IMAGE_RESOURCE_DIRECTORY object.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Method | Description | |
---|---|---|
ParseDirectoryEntries ( uint resourceDirOffset ) : PeNet.Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY[] | ||
SanityCheckFailed ( ) : bool |
public IMAGE_RESOURCE_DIRECTORY ( byte buff, uint offset, uint resourceDirOffset ) : System | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset to the resource directory. |
resourceDirOffset | uint | Raw offset to the resource directory entries. |
return | System |