hexdump-parser

1.0.0 • Public • Published

hexdump-parser

Parses hexdump(1) output

Install

Using npm:

npm install --save hexdump-parser

or using yarn:

yarn add hexdump-parser

Usage

cli:

hexdump -C FILE | cli-to-json

or api:

const lib = require("hexdump-parser");
const arr: Uint8Array = lib.parse(input);

Package Sidebar

Install

npm i hexdump-parser

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

3.32 kB

Total Files

6

Last publish

Collaborators

  • xtuc