https://github.com/mmower/hexdump
Javascript hexdump library
https://github.com/mmower/hexdump
Last synced: 11 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 15 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T22:29:17.000Z (over 10 years ago)
- Last Synced: 2025-04-01T12:50:47.404Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- 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