B Bern Dec 18, 2004 #1 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? (that is to remove the protection from tampering)
M Mattias Sjögren Dec 18, 2004 #2 Is it possible to unsign an assembly after it has been signed? Click to expand... Sure, you can for example disassemble it with ILDASM and then create a new unsigned assembly with ILASM. Mattias
Is it possible to unsign an assembly after it has been signed? Click to expand... Sure, you can for example disassemble it with ILDASM and then create a new unsigned assembly with ILASM. Mattias