Re: Locating procedures within an EXE

From: Duncan Murdoch (dmurdoch_at_pair.com)
Date: 12/23/03

  • Next message: Rob Kennedy: "Re: Reindex routine"
    Date: Mon, 22 Dec 2003 18:33:33 -0500
    
    

    On Mon, 22 Dec 2003 01:41:49 +0000, "Martin Harvey (Demon Account)"
    <martin@_nospam_pergolesi.demon.co.uk> wrote:

    >If the executable was build with Debug information (either Delphi
    >debug info, of TD32 debug info), then you should have huge amounts of
    >info about the type and size of everything.
    >
    >The catch is, working out what the format of the information is, and
    >being able to read it.

    The format was published by Borland a few years ago. Things might
    have changed since then, but maybe not.

    Duncan Murdoch


  • Next message: Rob Kennedy: "Re: Reindex routine"

    Relevant Pages

    • Re: gcc - debug info: automatic conversion ?
      ... yes ALL debug info is converted to the IBM ... converted into the IBM format. ... emx package. ...
      (comp.os.os2.programmer.misc)
    • Re: Debugging NASM using GDB
      ... You can add debug info in GNU assembler like: ... I just read the NASM man page, it explicitly says that it does not ... debug info to the "-f elf" format was ... obj" and "-f elf" - silently ignored in other output formats... ...
      (alt.lang.asm)