Related resources for assembling
  • Disassembling With Reflector: Part 11/1/2021 11:50:08 AM. This article shows dissembling of the source code of an assembly using Reflector.
  • Password Discovery and Patching by Disassembling2/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 211/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.NET11/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 Disassembling5/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 Example5/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 IL12/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.