7

Can external libraries be used in Hopper scripts? I'd like to add PDB support to Hopper using pdbparse, but I haven't been able to get it to use external libraries.

Alternatively, I suppose one could just dump the debug symbol offsets to a text file and read that, but it seems like a clunkier solution (since you wouldn't be able to, e.g., auto-download symbols from the MS Symbol Server).

asheeshr
  • 2,465
  • 8
  • 28
  • 41
Brendan Dolan-Gavitt
  • 2,888
  • 2
  • 19
  • 37

1 Answers1

5

At the moment, there is no way to debug a dylib. I know that it is a real problem, and I plan to add such a feature in a future update.

Another thing that will be added to Hopper is the ability to load multiple file in the same document, in order to disassemble things like kext for instance.

  • 2
    You should make it more obvious in your profile that you are Hopper's (only?) author. – Ange Mar 29 '13 at 12:43