Windows resource
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo  | extensions = {{ext|res}} }} '''Resources''' are bits of data embedded inside Windows executable files, which may be then read at run time.  Resources are commo...") | Dexvertbot  (Talk | contribs)  m (Change telparia.com samples link to template) | ||
| (8 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| {{FormatInfo | {{FormatInfo | ||
| + |  | subcat = Resources | ||
|   | extensions = {{ext|res}} |   | extensions = {{ext|res}} | ||
| + |  | kaitai struct = windows_resource_file | ||
| }} | }} | ||
| '''Resources''' are bits of data embedded inside Windows executable files, which may be then read at run time. | '''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 <code>.rsrc</code> inside a [[Portable Executable]] or [[New Executable]] file. Resources may be also found in standalone files with the extension <code>.res</code>. | Resources are commonly found in a section named <code>.rsrc</code> inside a [[Portable Executable]] or [[New Executable]] file. Resources may be also found in standalone files with the extension <code>.res</code>. | ||
| + | |||
| + | == Specifications == | ||
| + | * {{CdTextfiles|cica/cica9404/WIN3/NT/RESFMT.ZIP|RESFMT.ZIP}} -  Information about an early version of the format | ||
| + | |||
| + | == Software == | ||
| + | * [http://www.angusj.com/resourcehacker/ Resource Hacker] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|archive/windowsResource}} | ||
| + | |||
| + | == See also == | ||
| + | * [[Windows resource script]] | ||
| == External links == | == External links == | ||
| * [[Wikipedia: Resource (Windows)]] | * [[Wikipedia: Resource (Windows)]] | ||
| + | |||
| + | [[Category:Executables]] | ||
| + | [[Category:Microsoft]] | ||
| + | [[Category:Windows]] | ||
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

