What is the header and data structure of a .NET resource? I would like to find an equivalent type of documentation to the following, but for .NET resources:
https://learn.microsoft.com/en-us/windows/win32/menurc/resourceheader
As an example, here is a screenshot of four .NET resources in a sample of AgentTesla:
Focusing on one of them as an example and saving it to a file, in a hex editor, you can see the header and where the PNG data begins. Where is documentation about the specific structure of this header and data?
For reference, here is the hash of the file in the screenshots above: 40cd96e25835eeba956645398ed73a0f0e14563375530fa5f2db3bcf44dd88d7

