I know of otool -tv
, but I would much rather use the Intel syntax rather than AT&Ts, mainly to easily follow along in a book and not have to look over thousands of %
's and $
's.
I'd also appreciate any tips to where I might find gdb
's config file.
EDIT: I forgot: I'm running a 64bit processor, but was wondering if it would be possible to also disassemble into 32 bit assembly? Not only that, but does OSX's gdb
's list
command work differently than the standard GNU
version?
Thanks so much!
(Also, if you have any idea where I might find a little disassembler from C -> MIPS, that'd be very fun to play with. But not necessary!)