mkaring / ConfuserEx

An open-source, free protector for .NET applications
https://mkaring.github.io/ConfuserEx/
MIT License
2.36k stars 368 forks source link

No pdb generated #405

Closed uecasm closed 3 years ago

uecasm commented 3 years ago

Steps to Reproduce:

[assembly: Obfuscation(Exclude = false, Feature = "generate debug symbol: true")]
[assembly: Obfuscation(Exclude = false, Feature = "preset(minimum);-anti debug;")]
cd bin\Release
Confuser.CLI -n -debug -o=%CD%\..\Confused %CD%\TestApp.exe

There is no pdb file generated in the Confused output directory. There was one in the input directory.

(Also I'm not sure if I need both -debug on the command line and the attribute; I've tried each individually and together but there's still never a pdb file.)

mkaring commented 3 years ago

Can you provide a minimal example that doesn't work for you? I just tested it with one of my projects and the debug symbols are correctly transformed and copied over.

github-actions[bot] commented 3 years ago

This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!

github-actions[bot] commented 3 years ago

Closing this issue because it needs more information and has not had recent activity. Please re-open this issue if more details can be provided. Thanks!

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.