question about re-signing an assemby
-
Hi. I'm looking for a solution to this question: so, I'd like to disassemble a strong named assembly, edit its IL a little and compile it again with different key pair. however, i want to keep the original public key. Is that possible? I think so, but don't know the right steps. Please help me. Thank you in advance, Stan
-
Hi. I'm looking for a solution to this question: so, I'd like to disassemble a strong named assembly, edit its IL a little and compile it again with different key pair. however, i want to keep the original public key. Is that possible? I think so, but don't know the right steps. Please help me. Thank you in advance, Stan
I don't think it's possible with MS implementation of the CLR. Why should you need it? Hacking stuff? ;-) Regards, Serge (Logic Software, Easy Projects .NET site)
-
I don't think it's possible with MS implementation of the CLR. Why should you need it? Hacking stuff? ;-) Regards, Serge (Logic Software, Easy Projects .NET site)
yep, i'd read an article to work out re-signing, but the public key changes, and what i need, is not changing the public key