Windows resource
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
Line 15: | Line 15: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|archive/windowsResource}} |
== See also == | == See also == |
Latest revision as of 02:55, 28 December 2023
Resources are bits of data embedded inside Windows executable files, which may be then read at run time.
Resources are commonly found in a section named .rsrc
inside a Portable Executable or New Executable file. Resources may be also found in standalone files with the extension .res
.
Contents |
[edit] Specifications
- RESFMT.ZIP - Information about an early version of the format