Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/hex2bin
CLI utility to hexidecimal decode input
https://github.com/billiegoose/hex2bin
Last synced: 26 days ago
JSON representation
CLI utility to hexidecimal decode input
- Host: GitHub
- URL: https://github.com/billiegoose/hex2bin
- Owner: billiegoose
- License: unlicense
- Created: 2016-11-19T06:25:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T07:00:26.000Z (about 8 years ago)
- Last Synced: 2024-10-23T03:05:27.308Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hex2bin
CLI utility to hexidecimal decode input
Install
- Install:
npm install --global hex2bin
- Executable:
hex2bin
## Usage
Pipe in hexidecimal strings... pipe out binary streams
$ hex2bin outfile
Or if you aren't familiar with file indirection you just use pipes
$ cat infile | hex2bin >outfile
License
Unless stated otherwise all works are:
- Copyright © Will Hilton
and licensed under: