up vote 4 down vote favorite
3
share [g+] share [fb]

I'm looking for a decent hex viewer (read-only; I don't need an editor) GUI component that I can use within my Swing GUI. Is there anything out there? I suppose I could write my own, but am hoping to avoid doing this. (also it would be nice to be able to render certain bytes as colorized/bold to highlight particular bytes in question.)

edit: this is for displaying the contents of a ByteBuffer in memory.

link|improve this question

72% accept rate
feedback

4 Answers

Did you tried http://www.fifesoft.com/hexeditor/ (BSD) ?

link|improve this answer
feedback

Java Hex Editor Component. It's old but working fine

link|improve this answer
thanks, I'll look into it... but it's GPL and that's not permissible in my application. – Jason S Apr 3 '09 at 19:23
well ... look at the code, get an idea on how it is designed, then write your own :P – Aziz Apr 3 '09 at 19:33
feedback

If it's GPL (Java Hex Editor Component) and you are looking for a commercial solution, why not pay the author for a commercial licence?

link|improve this answer
feedback

I am currently developing

http://hexedit-lib.sourceforge.net/

the component itself is somehow mature, but some features are still missing (like Copy/Cut/Paste). There is a GUI as well which provides a working HexEditor which shows as well how to use. Work in progress ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.