1.2. Module

Members:

array(
  'signature' => DWORD, // struct signature (0x4DDECADE)
  'ofsNext' => DWORD, // offset of the next module
  'cbModuleName' => BYTE, // length of the module name
  /************************************************/
  'moduleName' => CHAR* // module name
)