Hey, On 1/8/10, Dinis Cruz <[email protected]> wrote: > Hi, is there a way to find out using Mono.Cecil (from a assembly that was > compiled with debug symbols) the original path of the pdb file?
The debug header contains the original pdb file location. But if the assembly and the pdb were compiled on another machine, you're pretty much out of luck. module.Image.DebugHeader.FileName -- Jb Evain <[email protected]>
-- -- mono-cecil
