This is a mod of the Hex Editor extension for reverse engineering and analyzing binary files with added tag/annotation support.
Adds a tag at selection, provides an option to select color and caption for the tag.
Allows to select a tag from the list and jumps to its position.
Allows to select a tag from the list and removes it from the file.
If the selected byte is annotated by a tag, removes the tag.
Removes all tags from the file.
This mod adds two more fields to the Data Inspector: Offset shows the offset of the selected byte, and Tag shows the caption of the tag, in which the selected byte is located, or "None" if the selected byte is not located inside any tag.
The mod allows to select a color for each tag for better visualization.
Tag metadata is stored in a [filename].tags file right next to the binary file itself. The editor can read externally provided tag metadata.