Hi

Hi,
As you probably know, Delphi includes ".debug" section into PE when compiling with debug mode. AFAIK, this section is stored as a raw data and it contains useful fields about the executable file.
I want to access those fields. So, does anyone know where to find Delphi's debug-info format documentations ?

Comments