parent
7c0d122ee4
commit
42dc5f90e5
|
|
@ -616,7 +616,7 @@ size_t Zydis::BranchDestination() const
|
|||
{
|
||||
if(!Success()
|
||||
|| mInstr.operands[0].type != ZYDIS_OPERAND_TYPE_IMMEDIATE
|
||||
|| !mInstr.operands[0].imm.isRelative)
|
||||
/*|| !mInstr.operands[0].imm.isRelative HACKED*/)
|
||||
return 0;
|
||||
|
||||
return size_t(mInstr.operands[0].imm.value.u);
|
||||
|
|
|
|||
Loading…
Reference in New Issue