Jump to content
Tuts 4 You

[keygenme]my first one


DMichael
Go to solution Solved by ChOoKi,

Recommended Posts

rules:
1.keygen

2.and if you can make atut

 

have fun:D

 

btw:

1.i set the buffers small so if you try to enter more chars than it can get the crackme will be crashed(find out how max you can enter)

2.there no bad message(so if you enter bad serial it will close it self)

CrackMe.rar

Link to comment
Share on other sites

  • Solution

name: ChOoKi

code: aHmMiG

 

name: DMichael

code: dkGAH?CL

 

A two line source (tut):

for i := 1 to length(name) do
  ser := ser + chr((ord(name) xor $21) -1);

 

Notes: Max to enter is 11, also some name characters might result in unprintables in serial, so stay away from them :prop:

Thanks for the challenge, very simple but fun :peace:

Edited by ChOoKi
  • Like 1
Link to comment
Share on other sites

name: ChOoKi

code: aHmMiG

 

name: DMichael

code: dkGAH?CL

 

A two line source (tut):

for i := 1 to length(name) do

  ser := ser + chr((ord(name) xor $21) -1);

 

Notes: Max to enter is 11, also some name characters might result in unprintables in serial, so stay away from them :prop:

Thanks for the challenge, very simple but fun :peace:

Good job! my first one so it need to be easy next time i will try make some harder keygenme hope you enjoy:)

 

For me is not working your keygenme...

dont really now what the problem is if you could post some info (just make ollydbg as JIT and send me picture of crash)

Link to comment
Share on other sites

@GIV you could also try to click the label "Click here" to get some more info's about where the crash happened. Offsets and modules etc.


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