About This File
.NET Reverse Engineering Tutorial 1
QuoteThis 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
QuoteWe 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.
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 accountSign in
Already have an account? Sign in here.
Sign In Now