티스토리 뷰

JZ Jump if zero ZF = 1

JNZ Jump if not zero ZF = 0

JC Jump if carry CF = 1

JNC Jump if not carry CF = 0

JO Jump if overflow OF = 1

JNO Jump if not overflow OF = 0

JS Jump if signed SF = 1

JNS Jump if not signed SF = 0

JP Jump if parity (even) PF = 1

JNP Jump if not parity (odd) PF = 0

JC -------> Jump if carry (CF = 1)

JIN -------> Jump if not carry ( CF = 0 )

JZ -------> Jump if zero (ZF = 1)

JNZ ------> Jump if not zero (ZF = 0)

JE Jump if equal (leftOp = rightOP)

JNE Jump if not equal (leftOP ≠ rightOP)

JCXZ Jump if CX = 0

JECXZ Jump if ECX = 0

JA Jump if above (if leftOP > rightOP)

JNBE Jump if not below or equal (JA 와 같음)

JAE Jump if above or equal (if leftOP >= rightOP)

JNB Jump if not below (JAE 와 같음)

JB Jump if below (if leftOP < rightOP)

JNAE Jump if not above or equal (JB와 같음)

JBE Jump if below or equal (if leftOP <= rightOP)

JNA Jump if not above (JBE 와 같음)

JG Jump if greater ( if leftIP > rightOP)

JNLE Jump if not lless than or equal (JG 와 같음)

JGE Jump if greater than or equal (if leftOP >= rightOP)

JNL Jump if not less (JGE와 같음)

JL Jump if less (if lefOP < rightOP)

JNGE Jump if not greater than or equal (JL 와 같음)

JLE Jump if less than or equal (if leftOP <= rightOP)

JNG Jump if not greater (JLE와 같음)

'리버싱 > 정리' 카테고리의 다른 글

[Cheat Engine] 사용법  (6) 2015.08.11
[ASPACK Unpacking]MUP  (1) 2015.07.29
.NET Reflector에 reflexil 추가 하기  (0) 2015.07.03
.net 프로그램 리버싱툴  (0) 2015.07.02
IDA_Remote_Debugging 설정(ELF 리버싱)  (0) 2015.07.01
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함