Recommended hex editor class for C #?

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

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

To be more specific, there must be support for the loadFile / createFile / saveFile interface.

I have a small file (less than 0.5 KB) that needs to be shown in a text box, for example, in hexadecimal form.

+4
source share
1 answer

Is HexBox what you are looking for?

+1
source

All Articles