New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bin-view

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-view

A simple command line tool for view binary files

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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-view

Usage

Basic usage

bin view bin-file-path1

View multiple files

bin view bin-file-path1 bin-file-path2 bin-file-path3

Convert to hexadecimal string, and saved in *.txt file

bin convert bin-file-path1 bin-file-path2 bin-file-path3

Just view the specify length of data

bin view bin-file-path1 bin-file-path2 bin-file-path3 -l 100

Hidden line number

bin view -s line=0 bin-file-path

Demo

Print help

help

Result

Result

Keywords

binary

FAQs

Package last updated on 27 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts