Jump to content
Tuts 4 You

[keygenme] s3rh47 FPU KeygenMe


s3rh47

Recommended Posts

Hi All This My 1. KeygenMe in Tut4You

Coded by Radasm ( special Thanx Ketil O. )

Do not uses Pack and Criypto.

There are some FPU code.

I will a Keygen or Serial for your Name !

I wish good luck ( Sorry Bad English )

If you take a Message "Tebrikler Basardiniz" Register Succes!

KeygenMe-7.zip

s3rh47

TCCT TEAM ( Turkish Code Cracker Team )

Link to comment
Share on other sites

The [keygenme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

Link to comment
Share on other sites

@ deepzero, your keygen doesn't run on my pc, I have win732bit.

and can someone maybe tell how to deal with FPU code in a keygen, I couldn't even fish a serial within 1,5 hour.

Thanks,

grizzmo

Edited by grizzmo
Link to comment
Share on other sites

@ deepzero, your keygen doesn't run on my pc, I have win732bit.

as i said, q&c...but what exactly doesnt work? :)

here`s an important part of the fpu code commented:

00401251          DBE3        FINIT                     ; initialese FPU
00401253 53 PUSH EBX ; psuh ebx to stack
00401254 DB0424 FILD DWORD PTR SS:[ESP] ; load 1st dword of stack to st0
00401257 68 DA070000 PUSH 7DA ; push 7da to stack
0040125C DA0C24 FIMUL DWORD PTR SS:[ESP] ; multiply st0 * 1st dword of stack, store result in st0
0040125F 6A 06 PUSH 6 ; psuh 6 to stack
00401261 DA3424 FIDIV DWORD PTR SS:[ESP] ; div st0 / 1st dword of stack, store result in st0

"translated" to "normal" asm:

        MOV EAX,0X7DA
MUL EBX
MOV EBX,6
DIV EBX

dp0 :)

Edited by deepzero
Link to comment
Share on other sites

Thanx for your reply deepzero.

Here is a pic of the error messgae i get:

22nb50.png

And thanks for the info regarding FPU.

grizzmo

edit: Thanx, I fished a serial for my name. :D

Edited by grizzmo
Link to comment
Share on other sites

"translated" to "normal" asm:

        MOV EAX,0X7DA
MUL EBX
MOV EBX,6
DIV EBX

dp0 :)

I want to remind you something deepzero.

before you divide eax to ebx ,you must empty EDX

Also

mov ebx,6

cdq ( or xor edx,edx)

div ebx

Thanx for solution

Edited by s3rh47
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...