Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Difficulty : 1
Language : .NET
Platform : Windows
OS Version : Windows 7
Packer / Protector : Babel Obfuscator 8.3

Description :

UnPackMe and crackme very easy.

Screenshot :

Capture.JPG.e93c79e469f9769a203f04f4d57b

UnPackMe.7z

 

Solved by ghostfish

Go to solution
  • Solution

private void method_1(object sender, EventArgs e)
{
   if (this.TextBox1.Text.Length != 0)
   {
       if (Operators.CompareString(this.TextBox1.Text, "4D4F44494659-" + this.method_0().ToString() + "-4D4F44494659", false) == 0)
       {
           this.Text = "License Version";
           Interaction.MsgBox("License Version", MsgBoxStyle.Information, "Demo");
       }
       else
       {
           Interaction.MsgBox("You Enter Wrong Key", MsgBoxStyle.Critical, "Demo");
       }
   }
   else
   {
       Interaction.MsgBox("Enter License Key", MsgBoxStyle.Information, null);
   }
}
 

// Form1
private string method_0()
{
   string result = string.Empty;
   SelectQuery query = new SelectQuery("Win32_BaseBoard");
   ManagementObjectSearcher managementObjectSearcher = new ManagementObjectSearcher(query);
   try
   {
       ManagementObjectCollection.ManagementObjectEnumerator enumerator = managementObjectSearcher.Get().GetEnumerator();
       while (enumerator.MoveNext())
       {
           ManagementObject managementObject = (ManagementObject)enumerator.Current;
           result = managementObject["SerialNumber"].ToString();
       }
   }
   finally
   {
       ManagementObjectCollection.ManagementObjectEnumerator enumerator;
       if (enumerator != null)
       {
           ((IDisposable)enumerator).Dispose();
       }
   }
   return result;
}


ookk.jpg.3f3d71872373ffca9d225f093bcae2d

Quote

4D4F44494659-PF03MVC7-4D4F44494659

https://github.com/XenocodeRCE/BabelDeobfuscator

edit : if you got a Sandbox error, use de4dot first, if somebody can clear me up about this error I may fix my tool.

Edited by XenocodeRCE
Clarity. Mainly.

%7Boption%7DakSkKTO.png

 

working serial for me "4D4F44494659-To be filled by O.E.M.-4D4F44494659" without quotes

simply drop in de4dot to rename then decrpyt the strings however you like (de4dot for example using strtyp delegate method)

and heres the correct key  161bad82c78755c6508fe82d6cb0252c.png
https://gyazo.com/161bad82c78755c6508fe82d6cb0252c

Edited by Teddy Rogers

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.