Found this one while adding rewriter validation to my instrumentation tool that uses Zydis, the offset is off by 1 when it contains ZYDIS_ATTRIB_HAS_BND
It seems that ZydisTestEncoderAbsolute doesn't cover this case, adding the prefix makes it fail the tests.
[ERR] Assertion failed: bnd jnb 0x7FF64AEE5472 == bnd jnb 0x7FF64AEE5473
Found this one while adding rewriter validation to my instrumentation tool that uses Zydis, the offset is off by 1 when it contains
ZYDIS_ATTRIB_HAS_BND
It seems that ZydisTestEncoderAbsolute doesn't cover this case, adding the prefix makes it fail the tests.