Does self code signing offer any protection?

47 Views Asked by At

I was playing around with code signing my app in Visual Studio (strong name key file pfx with password). My understanding is that once signed, the assembly would not be able to be reassembled with edited code.

I tested this out. I disassembled the dll to il, changed some string value and was then able to successfully reassemble using ilasm. I didn't think that would be possible.

Is that because the code is self signed?

0

There are 0 best solutions below