https://github.com/mmower/hexdump
Javascript hexdump library
https://github.com/mmower/hexdump
Last synced: 5 months ago
JSON representation
Javascript hexdump library
- Host: GitHub
- URL: https://github.com/mmower/hexdump
- Owner: mmower
- Created: 2011-02-08T16:46:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T22:29:17.000Z (over 9 years ago)
- Last Synced: 2023-04-10T21:12:57.492Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
# Hexdump
I couldn't find a Javascript Hexdump library that seemed to work so I cobbled this one together.
To use include `Hexdump.js` then use something like:
console.log( Hexdump.dump( string ) )
## License
Published under the MIT LICENSE