I need ideas on good hex editors/assemblers/disassemblers for Mac, other than gdb.
closed as not constructive by Will♦ Nov 29 '12 at 3:14
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Hex fiend, http://ridiculousfish.com/hexfiend/ |
|||||||||||
|
|
Recently I published my new free Mac tool for analysis of binary files: Synalyze It! . This includes a full-featured hex editor. It's not a (dis)asssembler yet. |
|||
|
|
0xED is a good hex editor for the Mac. It's written in Cocoa and fairly intuitive(how complicated can a hex editor be?) In terms of disassemblers (outside of gdb/otool), I don't think you'll find anything that beats IDA Pro. IDA has a limited console version available for Mac OS X, but the GUI in Windows is far better(I recommend you use this for any serious disassembly work). In terms of assemblers, |
|||||||
|
|
|
|||||||||
|
|
wxHexEditor It aims to not suck and using wxWidgets is OS X, Linux and WinderZ Implemented Checksum Dialog core with MD5 & SHA family. I like this one as its core need to hex0ring and analyzing game files say on your iOS 5 backups. Implemented Disassembler panel code by using udis86 library. Faster hacking :) Implemented UTF8/Unicode searching. Implemented File Compare option. Added Progress dialogs for file save, comparison and checksum dialog. It uses 64 bit file descriptors (supports files or devices up to 2^64 bytes , means some exabytes but tested only 1 PetaByte file (yet). ). It does NOT copy whole file to your RAM. That make it FAST and can open files (which sizes are Multi Giga < Tera < Peta < Exabytes) You can work with delete/insert bytes to file, more than once, without creating temp file!. Could open your devices on Linux, Windows or MacOSX. Memory Usage : Currently ~25 MegaBytes while opened multiple > ~8GB files. Could operate with file thru XOR encryption. Has multiple views to show multiple files in same time. Has integrated disassembly (via udis86 library) to hack things little faster. Has colourfull tags to make reverse engineering easier and more fun. Written with C++/wxWidgets GUI libs and can be used with other OSes such as Mac OS, Windows as native application. You can copy/edit your Disks, HDD Sectors with it.( Usefull for rescue files/partitions by hand. ) Formated CopyAs! It's easy to copy part of a file in HEX format for C/C++ source, ASM source, also supports HTML,phpBB and Wiki page formats! Blah blah blah you get the idea! |
|||||
|
|
If you already have Emacs, you don't need to install anything: just run it and use Esc x It will still take keyboard input like a text editor, so it is not taking in any hex number. To change a hex number, use Esc and then Ctrl x and it will ask you for a hex number to replace the byte there. Reference: http://www.gnu.org/software/emacs/manual/html_node/emacs/Editing-Binary-Files.html |
||||
|
|
