Skip to content

Hex viewer for modern browsers with bit annotation functionality

License

Notifications You must be signed in to change notification settings

fathonysl/hex-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex Viewer

Binary file viewer for modern browsers. Presents a hexadecimal and ASCII representation of a binary file. It is also possible to add annotations for bits which are shown on-screen.

It was created for the purpose of reading binary data, dumped from the Embedded Controller (EC) RAM (using ectool). The supported "annotations file" is currently in a custom format, based on the ACPI Field function. An example can be found in the Lekensteyn/acpi-stuff repository.

Other formats can easily be supported, see the source of [annotations.js].

See [TODO] for problems.

License

Copyright (C) 2014 Peter Wu lekensteyn@gmail.com

This project ("hex-viewer") is licensed under the MIT license. See the LICENSE file for more details.

About

Hex viewer for modern browsers with bit annotation functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • CSS 16.7%
  • HTML 13.5%