Reflexil
Reflexil copied to clipboard
Debug Directory PE section is missing after "Save As" to a new dll.
The original dll has Debug Directory PE section, but after editing and "Save As" it's gone, so we cannot generate pdb files for those dlls. I'm using ILSpy + Reflexil v2.1.
Indeed,
We are saving the assembly without the "write symbol" option. https://github.com/sailro/Reflexil/blob/master/Utils/AssemblyHelper.cs#L140
Looks like you've a plan on that. Thanks.
This would indeed be very handy to have... As it stands, any time you modify an assembly with Reflexil, you can no longer debug it with Visual Studio since PDBs don't work. Regardless, your work is much appreciated!