Hi Simon and thanks for the information. Regards
Bernhard On May 5, 10:03 am, "Simon Goldschmidt" <[email protected]> wrote: > > My question to you is: > > > Would it be possible to create a new overload to SaveSymbols that can > > dump patched pdb to a byte array? > > As has already been written here, this will not work: the pdbwriter is only a > wrapper class to a COM object provided by Microsoft that writes the PDB to > disc (you pass the filename to it). The reason for that is that Microsoft > doesn't make information about PDB-internals available to the public. > > > Or some other way to get a hold of the byte representation on the > > patched pdb without touching the original pdb file? > > What I do to achieve this is temporarily renaming the original files before > writing, or writing to another (temporary) directory. > > Simon > -- > Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss > für nur 17,95 > Euro/mtl.!*http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
