LoginSignup
0
0

More than 5 years have passed since last update.

16進数のテキストファイルからバイナリファイルを作成する

Posted at

組み込み系の開発をしているとダンプした記録などからバイナリファイルを作成したいことが、たまにあります。

その度にそれっぽいプログラムを作成したりしているのですが、いつでも使えるように汎用的なプログラムを作成してみました。

需要があるのかどうかわかりませんが、テキストのファイルからバイナリファイルを作成するプログラムです。

使い方

git clone https://github.com/imtnd/hex_to_binary.git
ruby hex_to_binary.rb sample.txt
0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0