Skip to content

Commit

Permalink
loop conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5d3d53c committed May 14, 2023
1 parent 1aa0278 commit 8c88c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/disassembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ bool Disassembler::IsConditionalJumpInsn(cs_insn* insn) {
case X86_INS_JP:
case X86_INS_JRCXZ:
case X86_INS_JS:
case X86_INS_LOOPE:
case X86_INS_LOOPNE:
return true;
default:
return false;
Expand Down

0 comments on commit 8c88c47

Please sign in to comment.