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 Assemble
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 (6)
Rahul Bansal (1)
Eugene Isakov (1)
Sekhar Srinivas (1)
Karthikeyan Anbarasan (1)
Praveen Kumar (1)
Mahesh Chand (1)
Vivek Gupta (1)
Doug Doedens (1)
Srinivasa Sivkumar (1)
Related resources for Assemble
No resource found
Binary Cracking and Byte Patching With IDA Pro
4/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,
Native Assembly Programming in .NET
4/22/2024 8:56:22 AM.
Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster executio
Understanding the Common Type System in Real Scenarios Using The MSIL DisAssembler
3/25/2021 5:39:15 AM.
This article explains the Common Type System (CTS) in Real Scenarios using the MSIL DisAssembler.
Disassembler Mechanized: Part 4
2/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 1
1/14/2021 11:57:12 AM.
This article is the first part of how to do a mechanized disassembly in .Net.
Into The Abyss - From C# To X64 Assembler And Memory Dump
11/2/2020 7:28:28 AM.
In this article, you will learn how to explore live process call stack and memory allocations on stack.
How to write a basic C# Program using ILDASM & ILASM
5/25/2015 12:47:04 AM.
In this video I will be explaining how to disassemble an assembly and create an IL file and perform some modifications to the IL file and then how to regenerate the assembly based on IL and this video also explains the basic structure of C# Program, brief idea on namespace, how to write a hello world program in C#, compile and execute the program too..
Disassembler Mechanized: Part 3
4/10/2015 4:47:46 PM.
This article is the third part of how to do a mechanized disassembly in .Net.
Disassembler Mechanized: Part 2
4/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 disassembler
3/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
Tools and Utilities in the .NET Framework
11/11/2009 12:04:03 AM.
In this article I will explain about the tools and utilities in the .NET Framework.
Visual Studio .NET: Start up
8/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"
Macro to Add Strong Names to VS.NET Projects
2/16/2006 12:30:58 AM.
When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
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.