hex-to-file

Write hex string to file

Usage no npm install needed!

<script type="module">
  import hexToFile from 'https://cdn.skypack.dev/hex-to-file';
</script>

README

Write a hex string to a file

Usage:

hex-to-file FILENAME HEX

Example:

hex-to-file somefile.txt "0123456789abcdef"

Whitespace is filtered out, so feel free to git it output from xxd or a hex dump