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 Reverse Engineer
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 (8)
Vijay Prativadi (8)
Nilesh Jadav (2)
Senthilkumar (1)
Amit Choudhary (1)
Wolfgang Pleus (1)
Related resources for Reverse Engineer
No resource found
Bypassing Obfuscation: Ciphered Code Reverse Engineering
5/8/2024 10:13:08 AM.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Patching .NET Binary Code by CFF Explorer
4/24/2024 1:52:11 PM.
Discover how to modify .NET binary code using CFF Explorer. This tutorial explores the process of patching executable files, enabling alterations to functionality or behavior.
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,
Applied Reverse Engineering With OllyDbg
4/23/2024 8:25:53 AM.
This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods include
.NET Reverse Engineering: Part 2
4/19/2024 10:37:50 AM.
This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
Bug Fixing: .NET Reverse Engineering: Part 4
4/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
Select and Insert Data With Reverse Engineering Via EDM Framework
4/18/2024 1:11:53 PM.
Employ the Entity Data Model (EDM) framework's reverse engineering for seamless data selection and insertion. Generate code from an existing database schema, enabling efficient data access and man
Select and Insert Data With Entity State (Unchanged) Via EDF Framework
4/18/2024 10:44:37 AM.
Utilize Entity Data Framework (EDF) to select and insert data with Entity State (Unchanged) for efficient data manipulation. Leverage EDF's change tracking mechanisms to maintain object state, ens
How To Reverse Engineer Using OllyDbg
3/1/2024 9:19:32 AM.
This article provides an introduction to obfuscation and reverse engineering, focusing on using OllyDbg as a reverse engineering tool. It explains the concept of obfuscation as a means to secure sourc
Encryption of Stored Procedures in SQL Server
7/25/2023 6:06:04 AM.
The encryption of stored procedures in SQL Server is a security feature that enables developers to protect the sensitive business logic implemented within the database. By using the WITH ENCRYPTION op
Extreme .NET Reverse Engineering: Part 5
2/3/2021 6:52:33 AM.
In this article, we have seen how to obtain sensitive information without having access to real source code, including how to manipulate IL code to do that.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
How To Reverse Engineer Using Advanced Apk Tool
3/2/2020 3:02:11 AM.
In this article, you will learn how to reverse engineer using advanced apk Tool.
Customize Reverse Engineer Code First - EF Power Tool Enhancement
3/8/2016 9:24:22 AM.
In this article you will learn how to customize reverse engineer code first .
Insert and Select Data in Reverse Engineering POCO Generator
2/18/2013 3:03:50 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete and Update Data in Reverse Engineering POCO Generator
2/18/2013 2:54:05 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert Data With Raw SQL Query Via EDF Framework
12/31/2012 12:27:14 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Delete Stored Proc With Raw SQL Query Via EDF Framework
12/29/2012 12:40:30 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Update Data With Reverse Engineering Via EDM Framework
12/29/2012 12:38:25 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Delete Data With Reverse Engineering Via EDM Framework
12/29/2012 12:36:48 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
QuickModeler 2.0 : A Reverse Engineering Tool for Visual Studio .NET
10/26/2006 1:07:55 AM.
QuickModeler is an Add-In for Visual Studio .NET which provides reverse engineering and easy UML modeling functionality to the development environment. It comprises features like autolayout, inheritance and association modeling, cross language modeling, grid, clipboard, etc.