Jump to content
Tuts 4 You

Misunderstand Instruction


SuCkEr

Recommended Posts

hi all

i was writing a keygen for keygenme2 by diablo2002

and i put riped code in a keygen tempelate

and solved it

but when i build it i got errors

i goto the line error and find this instruction

BSWAP EDX

i don't know what is that mean?

and how i can use it in keygen tempelate

Link to comment

BSWAP r32

Reverses the byte order of a 32-bit destination register.

7FFD4000 -> 0040FD7F

If you get build error use .486 in stead of .386 as the required CPU.

Link to comment

i know and masm installed already but old version

and i like to use winasm studio as a good IDE

-

it's working fine now after changed .386 to .486

-

thanks all

Link to comment

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