Re: Hex Editor
Re: Hex Editor
- Subject: Re: Hex Editor
- From: Uli Kusterer <email@hidden>
- Date: Sun, 15 Jan 2006 15:31:41 +0100
Am 14.01.2006 um 22:12 schrieb jjoonathan:
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)?
Check out ResKnife (a SourceForge project). That should have a Hex
Editor as well, though I don't remember how good it was as I didn't
write that part, and it's been ages... You may want to get in touch
with Nick Shanks, the author. I recall he had done some work on
ResKnife but hasn't been able to upload it to SF.net.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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>) |