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 : 4/10
Language : .NET
Platform : windows
OS Version : tested on win 10
Packer / Protector : 2 public protectors and a smaller protector coded by me to help stop public tools working 100% 

Description :

Little keygenme or unpackme I put together uses 2 public protectors but on one of them I added my own method to it to stop public tools working 100% meaning you might need to do some manual work 

Aims:

1) Get a valid key 
2) Unpack it fully
3) Make a keygen

Screenshot :

3e5559d64191cfbff23d7fd94487d3a1.png.52b05d8ccd2559a8fdaee4638b3305e5.png

CrackMe.rar

Edited by Teddy Rogers

This does not follow the required topic formatting. Please can you correct...

Ted.

  • Author

Sorry about that completely forgot fixed it now 

  • 5 months later...

Keygen:

Spoiler

        private static void Main(string[] args)
        {
            string name = RandomString(14);
            StringBuilder nameStr = new StringBuilder(name)
            {
                [3] = 'R',
                [13] = '$'
            };

            string key = RandomString(14);
            StringBuilder keyStr = new StringBuilder(key)
            {
                [3] = 'a',
                [5] = 'c',
                [11] = '2'
            };

            Console.WriteLine(nameStr);
            Console.WriteLine(keyStr);
            Console.Read();
        }

        private static string RandomString(int length)
        {
            const string chars = "ABCDEFGHJKLMNPQRSTUVWXYZ0123456789";
            return new string(Enumerable.Repeat(chars, length)
                .Select(s => s[Random.Next(s.Length)]).ToArray());
        }

 

 

CrackMe_deobfuscated.rar

  • 4 months later...

How to Unpack?

I want to know how you encrypt it

Can you share your software

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.