Access JCL Debug information contained in executable?

后端 未结 3 761
旧巷少年郎
旧巷少年郎 2021-01-14 06:30

Is there a way to access the Jedi Debug Information (JDBG) contained in an executable?

Microsoft debugging tools have pointed me to a stack chain in

3条回答
  •  灰色年华
    2021-01-14 07:13

    I made such a tool a while ago, don't know if I can find it back again, but at least it is possible :-)

    On the other hand, I made several tools using jclDebug.pas, and now I remember: I made some changes to it to make "offline" stack tracing possible. You can take a look at these:

    Live Process Stack Viewer: http://code.google.com/p/asmprofiler/wiki/ProcessStackViewer

    Minidump reader (using offline reading .map or embedded jdbg info from exe): http://code.google.com/p/asmprofiler/source/browse/#svn%2Ftrunk%2FMiniDumpReader

提交回复
热议问题