wrcinfo(1)
| wrcinfo | LOCAL | wrcinfo |
NAME
wrcinfo —
determines information about a Windows Resource (RC) stream
of the .rsrc section of a MZ, PE/COFF executable
SYNOPSIS
wrcinfo |
[-ahvV] source |
DESCRIPTION
wrcinfo is a utility to determine
information about a Windows Resource (RC) stream of the .rsrc section of a
MZ, PE/COFF executable
wrcinfo is part of the
libwrc package. libwrc is a
library to access the Windows Resource Compiler (WRC) format
source is the source file.
The options are as follows:
-a- shows allocation information
-h- shows this help
-v- verbose output to stderr
-V- print version
ENVIRONMENT
None
FILES
None
EXAMPLES
# wrcinfo Windows/System32/ntoskrnl.exe
wrcinfo 20121027
Windows Resource (RC) information:
number of resources : 4
Version resource:
number of languages : 1
language identifier : 0x00000409 (en-US)
file version : 6.1.7601.17592
product version : 6.1.7601.17592
Message-table resource:
number of languages : 1
language identifier : 0x00000409 (en-US)
number of messages : 312
message : 0
identifier : 0x00000001
data : APC_INDEX_MISMATCH
...DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.
BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: http://code.google.com/p/libwrc/
AUTHOR
These man pages were written by Joachim Metz.
COPYRIGHT
Copyright 2011-2014, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
wrcexport(1)
| January 5, 2014 | libwrc |
