Replies: 3 comments 1 reply
-
There is a file produced next to the unprotected executable. Matching the name of your executable, but with the extension |
Beta Was this translation helpful? Give feedback.
-
Thanks, I didn't realize it. I have one, maybe stupid question... is it possible to make packaged, protected executable self-contained? I mean embed external configs in it? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tip, I'll check it out |
Beta Was this translation helpful? Give feedback.
-
I don't know if I understand it correctly, but it looks like this:
Application has reference to:
System.Runtime.CompilerServices.Unsafe - version 6.0.0.0
in app.config there is a binding:
After compression (without any protection) application doesn't start with the information that it could not load previously mentioned assembly but in version 4.0.4.1. It looks like it doesn't see binding redirect - version 6.0.0.0 should be used instead.
Thanks,
Chris
Beta Was this translation helpful? Give feedback.
All reactions