logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

grokevt-dumpmsgs - A tool for dumping the contents of message databases built previously by grokevt-

Arguments

grokevt-dumpmsgs uses the following arguments:

       message-dbN
              If multiple message databases are supplied, entries of all databases are printed to stdout in  the
              order they are provided.

Bugs

       Probably several. This particular script has not been extensively tested.

Credits

       Written by Timothy D. Morgan.

Description

       grokevt-dumpmsgs takes one or more message databases previously built with grokevt-ripdll(1)  and  prints
       out  all  entries to stdout. This is mainly a debugging tool, but may be useful for analyzing the message
       contents of PE files while developing other applications.

License

       Please see the file "LICENSE" included with this software distribution.

       This  program  is  distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
       the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  General  Public
       License version 3 for more details.

Name

       grokevt-dumpmsgs  -  A  tool  for  dumping the contents of message databases built previously by grokevt-ripdll(1).

Outout

       grokevt-dumpmsgs  prints  each  database  entry out on a single line, in two comma-separated columns. The
       first column is the message ID, which is in the format:

                 XXXX-YYYYYYYY

       Here, XXXX represents the message's language code, and the YYYYYYYY  represents  the  message's  relative
       virtual  address  (RVA)  within the message block of the PE file.  The second column contains the message
       itself. Messages containing special characters (such as newlines or  commas)  are  encoded  in  the  same
       manner that grokevt-parselog(1) encodes them ("%XX" where XX is the hexadecimal value of the character).

See Also

grokevt(7) grokevt-addlog(1) grokevt-builddb(1) grokevt-findlogs(1) grokevt-parselog(1) grokevt-ripdll(1)

File Conversion Utilities                         20 June 2011                               grokevt-dumpmsgs(1)

Synopsis

grokevt-dumpmsgsmessage-db1[message-db2...]

See Also