0% found this document useful (0 votes)
44 views

101 192 Attachment4

The document provides an introduction to assembly language instructions that are commonly used in cracking software. It discusses registers, flags, the stack and push/pop instructions. It also explains the AND and CALL instructions and how they are used.

Uploaded by

mizadicartoon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

101 192 Attachment4

The document provides an introduction to assembly language instructions that are commonly used in cracking software. It discusses registers, flags, the stack and push/pop instructions. It also explains the AND and CALL instructions and how they are used.

Uploaded by

mizadicartoon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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