GHex is a hex editor for the GNOME desktop.
GHex can load raw data from binary files and display them for editing in the traditional hex editor view. The display is split in two columns, with hexadecimal values in one column and the ASCII representation in the other. A useful tool for working with raw data.
Okteta is a simple editor for the raw data of files. This type of program is also called hex editor or binary editor.
The data is displayed in two variants: as the numeric values of the bytes and as the characters assigned to the values. Values and characters can be shown either in two columns
... [More] (the traditional display in hex editors) or in rows with the value on top of the character. Besides the usual editing capabilities Okteta also brings a small set of tools, like a table listing decodings into common simple data types, a table listing all possible bytes with its' character and value equivalents, an info view with a statistic, a checksum calculator, a filter tool and a string extraction tool. All modifications to the data can be endlessly undone or redone. [Less]
Open-source advanced command line hexadecimal editor, debugger and disassembler for multiples architectures and platforms:
- GNU/Linux, Android, *BSD, OSX, iPhoneOS, Windows{32,64} and Solaris.
- x86{16,32,64}, dalvik, avr, arm, java, powerpc, sparc, mips, bf.
- pe{32,64}, [fat]mach0{32,64}
... [More], elf{32,64}, dex and java classes.
It includes several features to read and edit opcodes for different processors, including a process debugger, binary diffing capabilities, filesystem support, code analysis and more. [Less]
wxHexEditor is another Hex Editor, build because of there is no good hex editor for Linux system, specially for big files. It supports files up to 2^64 bytes. Written with C++/wxWidgets GUI libs and can be used with other OS'es such Windows, Mac OS
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be
... [More] compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy