Microsoft MVP성태의 닷넷 이야기
.NET : 95. 빌드된 어셈블리를 서명하는 방법 [링크 복사], [링크+제목 복사],
조회: 15689
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

How to Re-Sign (Strongly Name) an existing .NET Binary
; http://blogs.msdn.com/gabeb/archive/2008/12/31/how-to-re-sign-strongly-name-an-existing-net-binary.aspx

HOWTO: Strongly name prebuilt assemblies
; http://www.andrewconnell.com/blog/archive/2004/12/15/772.aspx

방법은,,, ildasm 으로 풀어낸 다음 ilasm 으로 다시 DLL 로 변환할 때 키 파일을 지정해 주는 것! 간단하니 아래에 실어봅니다.

c:\>ildasm providedAssembly.dll /out:providedAssembly.il
c:\>ilasm providedAssembly.il /dll /key=keypair001.snk








[최초 등록일: ]
[최종 수정일: 12/31/2008]


비밀번호

댓글 작성자
 



2008-12-31 12시49분
예전에 소개해 드렸던 ILMerge.exe 툴로 더욱 간단하게 서명할 수도 있습니다.

ILMerge
; http://www.microsoft.com/downloads/details.aspx?familyid=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en

Command to sign: ilmerge weak.dll /keyfile:key.snk /out:strong.dll
kevin25

... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
160정성태4/13/200612165MS 인증서버 : 인증서 유효 기간 기본값 변경
157정성태4/13/200611599Converting a managed PDB into a XML file
158정성태4/13/200610921    답변글 [추가]: A SymWriter sample is coming...
156정성태4/13/200611946Method Call Interception (MCI) in C++
155정성태4/13/200611493Web Project Conversion Wizard
154정성태12/21/200512265Interprocess Communication Using the Running Object Table (ROT)파일 다운로드1
153정성태4/13/200611917Assembly loading failure is expensive [1]
152정성태4/13/200612247ASCX 컨트롤을 커스텀 컨트롤로 사용하는 방법.
151정성태4/13/200611123TechNet 세미나 목록
150정성태4/13/200611217SCDL Tool [2]
149정성태4/13/200611294Disk (based) Output Cache
147정성태4/13/200611144CLR Profiler for the .NET Framework 2.0
146정성태4/13/200612066Scriptomatic Version 2.0 by the Microsoft Scripting Guys
145정성태4/13/200611601Windows Server 2003 R2 [2]
144정성태4/13/200612088WTL(Windows Template Library) 7.5
143정성태4/13/200612362.NET 1.1 에서 WebService Client 의 KeepAlive = false; 설정
142정성태4/13/200611530Virtual Server 2005 R2 (x86, x64) EE 180-day Evaluation [2]
141정성태4/13/200612177.NET 표준개발 가이드와 Microsoft.Framework 공개
140정성태4/13/200610668PAINT.NET
139정성태11/30/20051168012월 세미나 행사
137정성태11/17/200511130WSE 3.0 정식 버전
162정성태4/13/200611764    답변글 [추가]: Web Service Security Guide
136정성태11/17/200511414Creating an Outlook My.Blogs Managed Code Add-in
138정성태11/24/200510846    답변글 Ceating an Outlook Business Contact Assistant Add-in with Visual Studio Tools for Office
135정성태11/16/200511178What's port 445 used for in Windows 2000/XP?파일 다운로드1
134정성태11/15/200511134Microsoft SQL Server Management Studio Express - Community Technical Preview (CTP) November 2005 [1]
... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...