I want to create a hexadecimal dump of a binary on Mac OS X.
In all Mac OS applications, when you go to / Contents / Resources /, there is a file (or more) with the same name as the application.
I want to write an application in Objective-C that can read this file and convert it to some kind of hexadecimal dump, for example, using the hexdump terminal.
Does anyone know a way to create such a hex dump using Objective-C? (or perhaps an open source hex editor written in Objective-C?)
Thanks in advance.
source share