摘要:
Step 1: Dis-assemble the assemblyildasm myTest.dll /out:myTest.ilStep 2: Re-Assemble using your strong-name keyilasm myTest.il /res:myTest.res /dll /key:myTest.snk /out:myTestSN.dllThis code work perfectly to assign strong name.for verification you can use following command,sn -vf myTestSN.dll 阅读全文
浙公网安备 33010602011771号