Jump to content
Tuts 4 You

Misunderstand Instruction


SuCkEr

Recommended Posts

Posted

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

Posted

Nose here:

_http://support.microsoft.com/kb/78393/en

This problem was corrected in MASM version 6.0a.

;)

Posted

and what about for who use winasm studio?

no way to use it

Posted

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.

Posted

SuCkEr:

Afaik WinASM is not a compiler, it's simply an IDE which also uses MASM, so you still have to have MASM installed.

Posted

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

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