Jump to content
Tuts 4 You

DNGuard HVM 3.94


freddy

Recommended Posts

Language : C# .Net
Platform : Windows x32/x64
OS Version : All
Packer / Protector : DNGuard HVM 3.94

Description :

Hi everyone,two solutions are accepted :

1. GOLD MEDAL = UNPACKING THE PROTECTOR

2. SILVER MEDAL = PATCHING THE TOOL

Hope you will have some fun!

*DO NOT PATCH THE CrackMe,THE GOAL IS TO PATCH THE .DLL PROTECTED WITH DNGUARD HVM OR UNPACK IT!*

Capture.PNG.61580826a08527f6271deadc662b356a.PNG

 

Can't upload larger file "Max total size 0.98MB" so i'll just put it on the link : https://anonfile.com/B9aae3P7n9/CrackMe_rar 

 

CrackMe.rar

Link to comment
Share on other sites

  • 2 weeks later...
Spoiler

namespace License
{
	public class Auth
	{
		public static bool isAuth()
		{
			return false;
		}

		public static bool AlwaysTrue()
		{
			return true;
		}

		public Auth()
		{
			base.GetHashCode();
		}
	}
}

 

 

  • Like 4
  • Confused 1
Link to comment
Share on other sites

On 2/4/2020 at 11:41 PM, peekair said:
  Hide contents


namespace License
{
	public class Auth
	{
		public static bool isAuth()
		{
			return false;
		}

		public static bool AlwaysTrue()
		{
			return true;
		}

		public Auth()
		{
			base.GetHashCode();
		}
	}
}

 

 

WOW, how u did it bro

Link to comment
Share on other sites

On 2/5/2020 at 9:11 AM, peekair said:
  Hide contents


namespace License
{
	public class Auth
	{
		public static bool isAuth()
		{
			return false;
		}

		public static bool AlwaysTrue()
		{
			return true;
		}

		public Auth()
		{
			base.GetHashCode();
		}
	}
}

 

 

How you did it buddy ? This isn't a Solution. No Steps ! No instructions !! 

Link to comment
Share on other sites

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...