G
Guest
I'm trouble shooting my obfuscated program. I'd like suggestions on some
tools to help. I'm using vs2005 with delayed signing option from the
project settings and reading the hash from a key.snk file.
I sn -Vr to register it to ignore strong name verification and everything is
fine. I obfuscate and then sn -Vu to unregister it before finally sn -R to
resign the assembly.
I have runtime problems that can't find the obfuscated application/assembly.
I used the fusion log, and this is my latest progress.
Any help is appreciated.
tools to help. I'm using vs2005 with delayed signing option from the
project settings and reading the hash from a key.snk file.
I sn -Vr to register it to ignore strong name verification and everything is
fine. I obfuscate and then sn -Vu to unregister it before finally sn -R to
resign the assembly.
I have runtime problems that can't find the obfuscated application/assembly.
I used the fusion log, and this is my latest progress.
Any help is appreciated.