Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mr. Anderson

Moderator emeritus
Original poster
Nov 1, 2001
22,568
7
VA
So, many moons ago as a programmer in Unix I remember we had a simple util that would show you binary code in hex and characters. Nice thing was you could see if there were any comments or such in the binary code. I'd love to have something like this for the Mac - there any free ones out there?

For those wondering why - I'm working on some Flash movies and want to know if i need to encript some text so that it won't be visible/obvious with someone doing the same thing.

Thanks,

D
 
Here's something I found when I was trying to edit keyboard layout resources for american flag hating canadians. :)
hexedit
 
HexEdit was it!!

Thanks so much - and for those interested, it looks like Flash MX 2004 does a good job of 'hiding' the text in compiled .swf files so no variable initialization and such is visible.

D
 
advocate said:
How about od?

You know, I never thought of that. I feel stupid now. Searching all over the 'net when I had one all along.

Edit: Just checked the man pages. od has been deprecated in favor of hexdump for mac os X.3.3 at least.
 
Mr. Anderson said:
HexEdit was it!!

Thanks so much - and for those interested, it looks like Flash MX 2004 does a good job of 'hiding' the text in compiled .swf files so no variable initialization and such is visible.

D

The Flash File format has been published and can be found on macromedia's site. You probably cannot read any of the strings because the swf has been compressed. There are many swf decompilers out there that will be able to decompress and read your swf however.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.