A
Anton Shepelev
Hello all,
I want to obfuscate a program with an embedded re-
source using Dotfuscator. My problem is that when
the obfuscated program tries to access the resource,
the followng MissingManifestResourceException comes
up:
Could not find any resources appropriate for the
specified culture or the neutral culture. Make
sure "EmbeddedResourceSample.Stories.resources"
was correctly embedded or linked into assembly
"EmbeddedResourceSample" at compile time, or
that all the satellite assemblies required are
loadable and fully signed.
I have tried excluding autogenerated code from ob-
fuscation using Dotfuscator's "exclusion lists", but
to no avail.
Here is a sample program that prints an embedded
file to standard output:
http://s000.tinyupload.com/?file_id=08745532103394134601
It doesn't work after obfuscation.
I shall apprecite any help in making a working ob-
fuscated version and shall upload any binaries (ob-
fuscated or not) if it will help.
I want to obfuscate a program with an embedded re-
source using Dotfuscator. My problem is that when
the obfuscated program tries to access the resource,
the followng MissingManifestResourceException comes
up:
Could not find any resources appropriate for the
specified culture or the neutral culture. Make
sure "EmbeddedResourceSample.Stories.resources"
was correctly embedded or linked into assembly
"EmbeddedResourceSample" at compile time, or
that all the satellite assemblies required are
loadable and fully signed.
I have tried excluding autogenerated code from ob-
fuscation using Dotfuscator's "exclusion lists", but
to no avail.
Here is a sample program that prints an embedded
file to standard output:
http://s000.tinyupload.com/?file_id=08745532103394134601
It doesn't work after obfuscation.
I shall apprecite any help in making a working ob-
fuscated version and shall upload any binaries (ob-
fuscated or not) if it will help.