The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: Larry Hammick on December 15, 2009, 10:12:38 AM

Title: A hex undumping filter for the Win32 console
Post by: Larry Hammick on December 15, 2009, 10:12:38 AM
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.