Related resources for disassembler
  • Binary Cracking and Byte Patching With IDA Pro4/23/2024 8:31:51 AM. This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching,
  • Understanding the Common Type System in Real Scenarios Using The MSIL DisAssembler3/25/2021 5:39:15 AM. This article explains the Common Type System (CTS) in Real Scenarios using the MSIL DisAssembler.
  • Disassembler Mechanized: Part 42/17/2021 7:26:10 AM. This article is the fourth and final part of how to do a mechanized disassembly in .Net.
  • Disassembler Mechanized: Part 11/14/2021 11:57:12 AM. This article is the first part of how to do a mechanized disassembly in .Net.
  • Disassembler Mechanized: Part 34/10/2015 4:47:46 PM. This article is the third part of how to do a mechanized disassembly in .Net.
  • Disassembler Mechanized: Part 24/10/2015 4:13:53 PM. This article is the second part of how to do a mechanized disassembly in .Net.
  • Disassemble code in Visual Studio instead of ILDSAM disassembler3/7/2011 12:08:51 AM. Most of the times when we want to see the disassembled code we will go for the ILDASM tool and give the mapped path of the dll and see the disassembled code in the tool. Now we have an option for that in Visual Studio itself. Let’s see in this article on how to do this step by step
  • Visual Studio .NET: Start up8/31/2006 2:16:29 AM. The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, Visual FoxPro, Visual Basic or Visual Interdev. This version of Visual Studio has integrated everything in one IDE. The reason for that might be all development languages share common library and tools.
  • VS.NET Tools Intermediate Language Disassembler (ILDAM)2/16/2006 2:03:02 AM. "The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format"
  • 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.