TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About IL code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (3)
manish Mehta (3)
Illawesome (2)
Vikas Garg (1)
Chandra Hundigam (1)
Srinivasa Sivkumar (1)
Related resources for IL code
No resource found
.Net Architecture And .Net Framework Basics
12/15/2017 6:02:57 AM.
Here you will see .Net Architecture and .Net Framework basics.
Anti-Reverse Engineering (Assembly Obfuscation)
11/10/2014 12:59:09 PM.
The modus operandi of this paper is to demystify the .NET assembly obfuscation as a way to deter Reverse Engineering.
Patching .NET Binary Code by CFF Explorer
11/4/2014 12:29:20 AM.
This article explains how to edit or patch the binary code instructions without having the actual source code.
.NET Binary Reverse Engineering: Part 1
10/23/2014 1:44:45 PM.
The prime objective of this article is to explain the .NET mother language called Common Instruction Language (CIL) that has laid the foundation of .NET.
Understanding Destructors in VB.NET
11/10/2012 3:14:19 AM.
This article is about understanding the working concept of destructor in VB.NET.inShare. 642811
Protecting IL Code from Unauthorized Disassembling in VB.NET
11/10/2012 2:31:09 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Defining Custom Entry Points
5/20/2012 12:28:39 AM.
In this article i am going to demonstrate how we can manipulate the IL code to change the behaviour of how the .NET programme executes.
Protecting IL Code from unauthorised Disassembling
5/19/2012 7:41:28 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Using MSIL Code to Close Application Programmatically
12/28/2005 4:09:57 AM.
You can use MSIL code to call Win32 APIs and one of the simplest example of it is by closing an application programmatically.
Using MSIL Code to Close Application Programmatically
12/28/2005 4:09:57 AM.
You can use MSIL code to call Win32 APIs and one of the simplest example of it is by closing an application programmatically.
C# or VB.NET - World War III
12/22/2005 7:52:54 AM.
In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
- Ebook
C# and the .NET Platform, Second Edition
The mission of this book is to provide you with a solid foundation of the C# language...
Download