Command line tool to convert a hexadecimal string to a binary format. Can be used for dumping hex encoded payloads to binary files, i.e. executables in malware.
Syntax: Hex2Bin INFILE OUTFILE
A file with the content "40414243444546" produces a file with the content "@ABCDEF".