Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UTF16ToString ¶
UTF16ToString converts a UTF16-LE byte slice into a string
Types ¶
type File ¶
File represents a PE file. It wraps a pe.File to provide access to more headers and elements.
func (*File) GetResources ¶
GetResources returns a list of resources
type Resource ¶
Resource holds the full name and data of a data entry in a resource directory structure. The name represents all 3 parts of the tree, separated by /, <type>/<name>/<language> with For example: "3/1/1033" for a resources with ID names, or "10/SOMERES/1033" for a named resource in language 1033.
Click to show internal directories.
Click to hide internal directories.