tags:

views:

54

answers:

1

I am looking for a free hex editor class/control for C#. Could you recommend a good one?

PS: The only requirement is the control/class should support view/edit file as hex and should be as simple as possible if could.

To be more specific, there should be a interface support loadFile/createFile/saveFile.

I have a small file(less than 0.5k) that need to show in a text-box like control in hex.

+1  A: 

Is HexBox the kind of thing you're looking for?

Andy
@Andy: tried before and found it is a little complicated for me. I'll have to write my own open file/save file etc method. Anyway,+1 for your answer.
Jichao