Windows resource
From Just Solve the File Format Problem
(Difference between revisions)
(Added Kaitai Struct link) |
(Added software and sample files) |
||
| Line 7: | Line 7: | ||
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>. | ||
| + | |||
| + | == Software == | ||
| + | * [http://www.angusj.com/resourcehacker/ Resource Hacker] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/archive/windowsResource/ | ||
== See also == | == See also == | ||
Revision as of 19:07, 7 February 2022
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 |