Groups | Blog | Home
all groups > dotnet security > june 2005 >

dotnet security : Disassemble EXE?


Sean
6/21/2005 7:48:04 PM
I have an application I made and I would like to be able to send it to
possible employers as an example of my work so the file will be going to very
software savy people.

VS.net creates an EXE of your application as we all know.
I can give it a strong name with sn.exe

William Stacey [MVP]
6/21/2005 11:06:13 PM
It can help prove it is your code, but is not 100%. Someone could resign
the exe by changing the public key string in the header and resign using sn.
Now which person actually wrote the code? I don't think you will run into
that issue with people your dealing with, however signing is easy and free
so no harm to sign it.

--
William Stacey [MVP]

[quoted text, click to view]

Tarh ik
6/27/2005 7:19:02 AM

Maybe you can also modify your code and recompile it so it will work
only until a given date.

Tarh ik
AddThis Social Bookmark Button