Giter Site home page Giter Site logo

Signed Assembly about excellibrary HOT 3 CLOSED

oghenez avatar oghenez commented on June 16, 2024
Signed Assembly

from excellibrary.

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 16, 2024
You can do it yourself :)

create bat-file & execute it:

echo ------------------------------------------------------------------------
echo off
cls

echo
echo source article: '.NET-fu: Signing an Unsigned Assembly (without Delay 
Signing)' 
[http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay
-signing/]
echo 

echo  Generating signature..
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\sn" -k ExcelLibrary.snk

echo  Disassembling dll to il..
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\ildasm" /all 
/out=ExcelLibrary.il ExcelLibrary.dll

echo  Generating signed dll..
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ilasm" /dll /quite 
/key=ExcelLibrary.snk ExcelLibrary.il

pause
echo ------------------------------------------------------------------------

Original comment by [email protected] on 22 Jul 2011 at 3:45

Attachments:

from excellibrary.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 16, 2024

Original comment by jetcat on 17 Feb 2013 at 11:16

  • Changed state: WontFix

from excellibrary.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 16, 2024
I really think the assembly should be signed.

Although I can sign it myself, that doesn't work with our automated build 
process. Nuget downloads packages automatically during build. We don't add the 
DLL to the source control system (git).

Original comment by [email protected] on 3 Mar 2014 at 4:06

from excellibrary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.