Skip to content
@s4gi_ edited this page Jan 15, 2019 · 1 revision

Unfortunately, the issue tab was not enabled for this repository as it is a fork and needs to be enabled manually. Therefore, I guess that's an interim alternative option.

Issues

15/01/2019 (@s4gi_)

First, thanks for this great tool, your efforts are greatly appreciated. Not sure if this tool is still maintained but if so, I'll be happy to submit a PR if you want and when I get a chance. To the point, there is an additional alternative to convert hex to binary in more recent Windows versions using the built-it utility certutil.exe. As you've noted in the README.md, debug.exe is a relatively old way and Powershell, in more recent years, is heavily monitored and at times, blocked.

Please see proof-of-concept syntax below:

echo|set /p="48656c6c6f20776f726c642121" > poc.hex
certutil -f -decodeHex poc.hex poc.txt
Clone this wiki locally