6

Can I load dSYM symbols into Hopper? (I searched extensively in the menus etc. but couldn't find such an option)

Context: I want to see how a program I created using Xcode was compiled into machine code using Hopper to view the machine code. My program is stripped during build but I do have its symbols in a .dSYM package.

yairchu
  • 167
  • 7
  • 1
    Try to give more insight of the context, give some example of what you tried and where you failed. – perror Nov 28 '13 at 19:01
  • @perror: I reformatted my question now to make it more clear what I'm asking and what I tried so far. – yairchu Dec 01 '13 at 16:21

1 Answers1

5

It's possible since Hopper v3, under File > Read Debug Symbols File...

screenshot

toasted_flakes
  • 163
  • 1
  • 15