Jump to content
Tuts 4 You

.NET Reverse Engineering Tutorials (1-2)


Teddy Rogers

About This File

.NET Reverse Engineering Tutorial 1

Quote

This target is protected by a license check. We are greeted at the beginning with a nag asking for the license file. As a trial user you would get one. The scope of this tutorial isn’t to make the program act like a full version, but rather patch around the nag at startup.

.NET Reverse Engineering Tutorial 2

Quote

We will load up the victim into Reflector and look for anything that might interest us. The good thing about .NET assemblies is that what you see is the source for the actual program. Like in C++ you have {if,else} statements, for loops, the same goes for .NET. If you closely inspect the code in Reflector we see this occur. Anyways, let us proceed with the paper on .NET assembly.

 


User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...