Closed Psimage closed 7 years ago
OP_JCMP was added in 3.x as an optimization for single comparison expressions instead of using OP_CMP and conditional jump (OP_JZ is the only one in 3.x?). Currently those statements are not recognized correctly when OP_JCMP is used:
It seens that do-while loop is not complete yet in the origin version of code
OP_JCMP was added in 3.x as an optimization for single comparison expressions instead of using OP_CMP and conditional jump (OP_JZ is the only one in 3.x?). Currently those statements are not recognized correctly when OP_JCMP is used: