News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

A hex undumping filter for the Win32 console

Started by Larry Hammick, December 15, 2009, 10:12:38 AM

Previous topic - Next topic

Larry Hammick

It's a useful utility, converts hex text to binary data, and allows a mixture of hex and string data such as
3C "hello" 3E 0D 0A
Reads from redirected standard input or from the command line. Writes to standard output; thus it can be used to send control strings to devices or to make small files with any desired contents.
The zip contains the MASM source, which includes a build file.