jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.77k stars 630 forks source link

Issues #710: Ability to load debug symbols from MemoryStream #735

Closed Serg046 closed 3 years ago

Serg046 commented 3 years ago

I analyzed the whole file and seems that there is the only place where this issue could appear

jbevain commented 3 years ago

As discussed in the issue, this is not perfect and I'll be looking at doing a better job of handling filenames, but this is good to go at the moment.

Thanks for your contribution @Serg046!