binary-inspector icon indicating copy to clipboard operation
binary-inspector copied to clipboard

Web-based inspectors for packets and binary files.

Results 9 binary-inspector issues
Sort by recently updated
recently updated
newest added

It should be possible to load this from NPM and use the decoders in another application.

When a region is selected, show it's size somewhere in bytes or bits. From Wireshark: ![image](https://github.com/rameshvarun/binary-inspector/assets/889879/2ee1ba49-a936-4ea1-bf0c-a8cac3a4a51b)

Currently, it is always the case that the inspector `Tree` is decoded exactly from the user-provided data buffer. This doesn't work for all formats, particularly those that encapsulate their data...

Kaitai Struct overlaps with this project in some ways. It could also be used as a way to expand the amount of file formats supported. https://kaitai.io/

Right now, the UI is really only suitable for decoding smaller packet-sized data. - [x] Truncated BinaryView - [x] Scrollable BinaryView - [ ] Lazy Tree View - [ ]...

Formats like Unix .TAR and Quake .PAK files contain other files embedded inside them. There should be a way, while inspecting an archive, to download the enclosed file directly. This...