.file modone.netmodule
    .hash = (DF 74 55 25 54 F0 1F E9   //.tU%T...
             F1 3C 02 3D 97 0C 85 AE   //.<.=....
             88 82 34 19 )             // ..4.
 .file nometadata strings.txt
    .hash = (B7 36 14 0B D7 1A E9 61   // .6.....a
             72 DE 38 81 5E 0D 66 2F   // r.8.^.f/
             B3 FF 51 2E )             // ..Q.
 .mresource public strings.txt
 {
   .file strings.txt at 0x00000000
 }

Example 2: Part of the manifest for a library assembly that has an additional module called "modone.netmodule" and a linked resource file called "strings.txt."

Back to Article