Related resources for IL code
  • Bug Fixing: .NET Reverse Engineering: Part 44/18/2024 1:15:09 PM. Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
  • .NET Assembly Internals: Part 11/1/2021 6:15:31 AM. This tutorial drills down into the details of how the CLR resolves the location of externally referenced assemblies.
  • Anti-Reverse Engineering (Assembly Obfuscation)12/7/2020 3:24:22 AM. The modus operandi of this paper is to demystify the .NET assembly obfuscation as a way to deter Reverse Engineering.
  • .Net Architecture And .Net Framework Basics12/15/2017 6:02:57 AM. Here you will see .Net Architecture and .Net Framework basics.
  • Understanding Destructors in VB.NET11/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.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.
  • Defining Custom Entry Points5/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 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.
  • Using MSIL Code to Close Application Programmatically12/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 III12/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.