Jump to content
Tuts 4 You

Keygen me #2 2016 by skypeaful


skypeaful

Recommended Posts

Difficulty : 2.0
Language : .NET
Platform : Windows
OS Version : All
Packer / Protector : Appfuscator + CodeFort

Description :

1) A valid key

2) A working keygen

Good luck

Screenshot :

kgm2.png

kgm2.rar

  • Like 1
Link to comment
Share on other sites

crystalboy

- Dump the process using MegaDumper
- Clean the assembly using de4dot

The serial must be lenght 0x14 digit.

The method that checks the serial is smethod_0(string string_0) in GForm0.

I don't have time now to work on a keygen now but i will do this evening if there aren't solutions yet.

After all the calculations maded on the serials digit the result must be equal to 0x800 to be a valid serial.

I am sharing this information not to spoiler but for people wants to try it. :)

 

Edited by crystalboy
Link to comment
Share on other sites

ill take a patch for now may update later with a valid serial or a keygen if i find time

first use megadumper to get the original assembly then drag and drop on de4dot this wont decrypt strings use then appfuscator constant cleaner

i havent decrypted strings yet but will work on it later you can use codecrackers string tool to decrypt strings however the application wont run but can give you an idea of what it does

kgm2-patch.exe

Link to comment
Share on other sites

Hi cawk, thank for try but this is keygenme. The goal is make valid key for algorithm :D Can you defeat it?

Link to comment
Share on other sites

  • 1 month later...
On 23.05.2016 at 7:52 PM, cawk said:

i havent decrypted strings yet but will work on it later you can use codecrackers string tool to decrypt strings however the application wont run but can give you an idea of what it does

 

Private Sub button_0_Click(ByVal sender As Object, ByVal e As EventArgs)
    If Not GForm0.smethod_0(Me.textBox_0.Text) Then
        MessageBox.Show("Invalid key. Not luck for you :(")
    Else
        MessageBox.Show("You win. Try to make keygen")
    End If
End Sub

 

 

1. Run

2. Dump with MD

3. Clean with de4dot

4. Run trough AppFuscatorUnpacker.exe ad AppFuscatorCalli3.exe

5. AppFuscatorStringsDecryptor.exe

Edited by GIV
Add few words.
  • Like 3
Link to comment
Share on other sites

  • 1 month later...

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