Re: Hex Editor
Re: Hex Editor
- Subject: Re: Hex Editor
- From: Raphael Sebbe <email@hidden>
- Date: Sun, 15 Jan 2006 10:13:22 +0100
You can also have a look there: http://www.ex-cinder.com/downloads/
I am not sure it still compiles, and even think it is not in synch with the
binary version, but you get the idea. The way it works is by parsing hexdump
output (no loading of file in memory). I first did that app as an NSTask
exercise.
HTH,
Raphael
On 1/14/06, jjoonathan <email@hidden> wrote:
>
> I am going to be implementing a hex editor in my application
> (shouldn't be editing anything larger than a few magabytes, but speed
> is desirable because it needs to be able to open/close the objects in
> sink with the selection in a table view), and I would like to know
> how I should go about doing so. Should I subclass NSTextView, make my
> own from scratch, or is there a good open source hex editing view
> (that takes an NSMutableData) out there (I couldn't find anything on
> google or on the cocoa-dev list, but perhaps I am just bad at picking
> search terms)?
>
> Thanks in advance for your suggestions,
> Jonathan
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Hex Editor (From: jjoonathan <email@hidden>) |