Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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