Windows resource
From Just Solve the File Format Problem
(Difference between revisions)
(Changed primary category) |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
− | | subcat = | + | | subcat = Resources |
| extensions = {{ext|res}} | | extensions = {{ext|res}} | ||
}} | }} | ||
Line 12: | Line 12: | ||
== External links == | == External links == | ||
* [[Wikipedia: Resource (Windows)]] | * [[Wikipedia: Resource (Windows)]] | ||
+ | |||
+ | [[Category:Executables]] |
Revision as of 21:47, 6 January 2016
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
.