Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benfoxall/hexspector
a hex viewer for your browser
https://github.com/benfoxall/hexspector
Last synced: 16 days ago
JSON representation
a hex viewer for your browser
- Host: GitHub
- URL: https://github.com/benfoxall/hexspector
- Owner: benfoxall
- License: mit
- Created: 2017-01-19T14:00:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T16:16:46.000Z (about 8 years ago)
- Last Synced: 2025-01-19T08:31:10.797Z (23 days ago)
- Language: JavaScript
- Homepage: https://benjaminbenben.com/hexspector/
- Size: 379 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexspector
A tool for viewing hex dumps of buffers in your browser
## Usage
First include hexspector in your page
```html
```
Then enter the typed array or array buffer you'd like to inspect
# [Live Demo](https://benjaminbenben.com/hexspector/)
### TODO
* remove limit by selective rendering
* auto-reload on changes
* allow modifications