You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ZehMatt
added a commit
to ZehMatt/zydis
that referenced
this issue
Nov 26, 2023
[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.
The text was updated successfully, but these errors were encountered: