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 assembling
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 (2)
Jean Paul (1)
Filip Bulovic (1)
Related resources for assembling
No resource found
Disassembling With Reflector: Part 1
1/1/2021 11:50:08 AM.
This article shows dissembling of the source code of an assembly using Reflector.
Password Discovery and Patching by Disassembling
2/25/2015 10:41:36 PM.
This article shows how to subvert some of authentication mechanisms, such as extracting vital information imposed in the binary file while source coding, by analyzing the generated hex code itself of the target executable.
Disassembling With Reflector: Part 2
11/9/2014 5:10:49 PM.
This article shows how to reveal the license code information by dissembling its corresponding classes after backtracking the code flow execution.
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.
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.
Builder Pattern - A Robot Example
5/15/2012 2:16:53 PM.
In this article I am trying to demonstrate the usage of Builder Pattern using a Computer Assembling Robot. Builder Pattern is one among the 23 patterns by Gang Of Four.
Some situtions where one may like to use IL
12/21/2005 1:11:34 AM.
This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.