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

Easy keygenme have phun.
Rules keygen only no patching or serial fishing.

 

base.rar

Good idea to remove the EP and to break some of the PE in order to avoid debug :)


Serial is easy to find and generate.


 


Thanks


Such a nice protection - and then you ruin it by calculating correct serial.. :(

 

Keygen attached, relevant source code:

 

private void button1_Click(object sender, EventArgs e){   // get username   byte[] username = Encoding.ASCII.GetBytes(textBox1.Text);    // calc CRC part 1   byte[] part1 = BitConverter.GetBytes(Crc32.CRC32Bytes(username));    // calc CRC part 2   Array.Resize(ref username, 4);   byte[] part2 = BitConverter.GetBytes(Crc32.CRC32Bytes(username));    // show the serial   string serial = "";   foreach (byte b in part1)   {      serial += String.Format("{0:X2}", ;   }   foreach (byte b in part2)   {      serial += String.Format("{0:X2}", ;   }   textBox2.Text = serial;}
EDIT:removed garbage line

kg_woot332.zip

Edited by kao

  • Author

Such a nice protection - and then you ruin it by calculating correct serial.. :(

 

Keygen attached, relevant source code:

 

private void button1_Click(object sender, EventArgs e){   // get username   byte[] username = Encoding.ASCII.GetBytes(textBox1.Text);    // calc CRC part 1   byte[] part1 = BitConverter.GetBytes(Crc32.CRC32Bytes(username));    // calc CRC part 2   Array.Resize(ref username, 4);   byte[] part2 = BitConverter.GetBytes(Crc32.CRC32Bytes(username));    // show the serial   string serial = "";   foreach (byte b in part1)   {      serial += String.Format("{0:X2}", ;   }   foreach (byte b in part2)   {      serial += String.Format("{0:X2}", ;   }   textBox2.Text = serial;}
EDIT:removed garbage line

 

Nice job kao :thumbs:

Self keygen.


base_dump_SCY2.7z

post-31931-0-73097800-1396038092_thumb.j

I had fun unpacking it, a bit less keygenning it... but a KeygenMe is a KeygenMe, so here is my solution.


Thanks for the challenge :)


 


Proof.png


Keygen-STC.7z

  • Author

Great work guys :) .



Generate proc hWnd:HWND

push sizeof pName

push offset pName

push IDC_NAME

push hWnd

call GetDlgItemText

push eax

push offset pName

push 0

call CRC32_

bswap eax

mov ebx,eax

push 4

push offset pName

push 0

call CRC32_

bswap eax

push eax

push ebx

push chr$ ("%X%X")

push offset buffer

call wsprintf

push offset buffer

push IDC_KEY   

push hWnd

call SetDlgItemText

ret

Generate endp

No len checking :prop:

Edited by ragdog

I liked this but than I saw the generation algorithm which was simply too easy.


Anyways thanks for the challenge, always appreciated.


As usual nice solution guys.


(Don't think there is a point in showing mine.. same thing in different language).

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.