1.0.1 • Published 6 years ago
bin-view v1.0.1
bin-view
A simple command line tool for view binary files.
Features
- View on console
- Convert and save as *.txt
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+.
npm install -g bin-viewUsage
Basic usage
bin view bin-file-path1View multiple files
bin view bin-file-path1 bin-file-path2 bin-file-path3Convert to hexadecimal string, and saved in *.txt file
bin convert bin-file-path1 bin-file-path2 bin-file-path3Just view the specify length of data
bin view bin-file-path1 bin-file-path2 bin-file-path3 -l 100Hidden line number
bin view -s line=0 bin-file-pathDemo
Print help

Result
