You are on page 1of 5

.

:
Registers

.
:
AX , BX , CX , DX

E EAX :

!
FLAGS

.
CMP , JNE . . .

.
Stack , Push/Pop


.

.


.




.
Push
:
EAX

PUSH

EAX .
Pop Push
.
AND
AND dest,src :
: AND dest src
dest .
AND BX,03h :
BX AND
BX .
CALL
CALL address :
: " "address .
CALL 10284320 :
10284320
.
CMP
CMP dest,src :

:
CMP AX,03h :
.

!
) ( )


Z ( .
INT
INT int_num :
: BIOS
INT 10h :

.
JMP
JMP address :
:
JMP 00402011 :

.

:
JZ )
(
. JZ 00402011 :

JNZ )
(
. JNZ 00402011 :
JE JZ .
JNE JNZ .

.
:
RealSerial , BadSerial

CMP

JNE GoAwayBadCracker
!
MOV
MOV dest,src :
: src dest
MOV AX,DX :

.
:
AX = DX
MOVSX
.
OR
OR dest,src :

: OR dest
.
OR DX,AX :
RET
RET :
:
.
RET :

.
, .
.

.
.
TACracker / Persia Crackers Group

You might also like