sn.exe

  • Thread starter Thread starter Carl Forsman
  • Start date Start date
C

Carl Forsman

what is the following command do?

what is sn.exe use for?

"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe" -k
ManagedReaderLibrary.pfx
 
Carl Forsman said:
is this something to messing the binary code so people cannot
de-compile the source code?


No, you can still use reflector (for example) to view source. It just means
the bytes cannot be mangled.
 
Back
Top