Méthode | Description | |
---|---|---|
IMAGE_RESOURCE_DIRECTORY_ENTRY ( byte buff, uint offset, uint resourceDirOffset ) : System |
Create a new instance of the IMAGE_RESOURCE_DIRECTORY_ENTRY.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public IMAGE_RESOURCE_DIRECTORY_ENTRY ( byte buff, uint offset, uint resourceDirOffset ) : System | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset to the entry. |
resourceDirOffset | uint | Raw offset to the resource directory. |
Résultat | System |