Brains2b.ORG

Thex 0.75

Beta

component

Thex is a simple hex editor component for binary files

Full description

To see THex in action you can start THexEditor through Java Webstart
This is not an application. You can find the application at THexEditor

This is the first (beta) release. If you find any problems please report them through track or mail me at thex@brains2b.org

Files
namedatezipzip (source)tar.gztar.gz (source)
THex16-01-2010THex-0.75.zipTHex-src-0.75.zipTHex-0.75.tar.gzTHex-src-0.75.zip

Note: If you want to make a quick start download the .zip or .tar.gz file. It includes the compiled jar and possible dependencies. The sources contains the sources for this specific project and the compiled libraries listed as dependencies.

Dependencies

language:

java 1.5+

Used components

Used libraries

Limits

To Do

Known Issues

  • Plugin interface
  • Possibility to use 'bookmarks' in a document

Using Thex

How to use

You can use Thex by adding org.brains2b.thex.HexEditor as a normal Swing component to your application.

The size reserved for this component determines the columns that the HexEditor can display. Default the ascii representation is also displayed bu can be turned of by hexEditor.setAsciiVisible(false)

Default the HexEditor is created with an empty document. To load a stream or file into the Editor use hexEditor.getIOKit().read(InputStream) or hexEditor.getIOKit().open(File, BinaryDocument)

look at the javadoc for more possibilities

releases

Thex 0.75 Beta

  • First public release