View Full Version : Need a free Hex Viewer
Mr. Anderson
May 3, 2004, 01:24 PM
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
kylos
May 3, 2004, 01:34 PM
Here's something I found when I was trying to edit keyboard layout resources for american flag hating canadians. :)
hexedit (http://hexedit.sourceforge.net/)
advocate
May 3, 2004, 01:38 PM
How about od?
Mr. Anderson
May 3, 2004, 01:47 PM
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
kylos
May 3, 2004, 02:04 PM
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.
palmg00
May 18, 2004, 04:44 PM
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.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.