Skip to content
/ Herix Public
forked from MinusGix/Herix

A Hex Editor library written in C++. Meant to be used by code which displays it as a gui.

License

Notifications You must be signed in to change notification settings

lineCode/Herix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Notes

This is a hex editor library that is meant to have a GUI (or TUI, when I refer to GUI I just mean some form of displaying it to the user) written that uses it, it is not the GUI itself. This lets it not have the gui handling code so built into itself, which is good and bad.

The main class Herix is what you will instantiate for your editor. It stores the loaded data and it's edits separately, and the edits only store what is needed.

About

A Hex Editor library written in C++. Meant to be used by code which displays it as a gui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Makefile 1.5%