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
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