Click here to Skip to main content
15,881,455 members
Articles / Programming Languages / MSIL

Building Security Awareness in .NET Assemblies : Part 1 - Learn to break a .NET Assembly

Rate me:
Please Sign up or sign in to vote.
4.53/5 (54 votes)
31 Oct 20045 min read 182.3K   2.3K   122  
Building Security Awareness in .NET Assemblies : Part 1 of 3
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrackingIL", "CrackingIL.csproj", "{D06DF6F3-456B-4D78-B116-4EA06CFA5AC5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D06DF6F3-456B-4D78-B116-4EA06CFA5AC5}.Debug.ActiveCfg = Debug|.NET
		{D06DF6F3-456B-4D78-B116-4EA06CFA5AC5}.Debug.Build.0 = Debug|.NET
		{D06DF6F3-456B-4D78-B116-4EA06CFA5AC5}.Release.ActiveCfg = Release|.NET
		{D06DF6F3-456B-4D78-B116-4EA06CFA5AC5}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer
Malaysia Malaysia
I am Chua Wen Ching and it is great to be part of CodeProject network Smile | :)

Comments and Discussions