strong name

  • Thread starter Thread starter Bern
  • Start date Start date
B

Bern

Is it possible to unsign an assembly after it has been signed?
(that is to remove the protection from tampering)
 
Is it possible to unsign an assembly after it has been signed?

Sure, you can for example disassemble it with ILDASM and then create a
new unsigned assembly with ILASM.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top