In MS Windows PE file terms, the .rsrc section contains all the resources for the module.
Resources are indexed by a multiple level binary-sorted tree structure.
The hierarchy of this tree is like this:
- one directory is the root. It points to directories, one for each resource type. These directories point to subdirectories, each of which will have a name or an ID and point to a directory of the languages provided for this resource; for each language you will find one resource entry, which will finally point to the data.