Closed uecasm closed 3 years ago
Is there any way you can send the test application you are using over? The packer would work fine and there are unit tests in place that verify that it is in fact working. So the issue is caused by something specific in your application.
You can exclude assemblies by not adding them to the confuser project. All assemblies that are being protected are packed into one assembly.
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!
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!
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.
Steps to Reproduce:
When I try running the resulting exe in the Confused directory, it just throws an exception immediately on startup:
The
LoaderExceptions
property refers to all of the assemblies that were supposedly packed into the executable.(Also, assuming this can be fixed, is there a way to exclude specific assemblies from being packed?)